User Profile
Collapse
-
Do you know some way to implement the bottom-to-top vertical text? -
Problem: grey shadow in CSS vertical text
I'm trying to implement bottom-to-top vertical text using CSS attributes in IE :
writing-mode: tb-rl;
filter: flipv fliph;
But I have encountered the following: the text is displayed with a grey shadow (instead of anti-alias).
It seems that the problem is caused by the "filter:fli p" attribute. Does anyone have a work around? (If I write the same text without the "filter"... -
Problem: grey shadow in CSS vertical text
I'm trying to implement bottom-to-top vertical text using CSS attributes in IE :
writing-mode: tb-rl;
filter: flipv fliph;
But I have encountered the following: the text is displayed with a grey shadow (instead of anti-alias).
It seems that the problem is caused by the "filter:fli p" attribute. Does anyone have a work around? (If I write the same text without the "filter"... -
I call makeHash in the getAjaxContent function, i.e. every time the sub-content change after user click on a tab button.Leave a comment:
-
I just use this field:
[html]<input type="hidden" name="MAX_FILE_ SIZE" value="2097152" >[/html]
but it doesn't allow me to give a message to user before upload, it only avoids the file to be uploaded after user click on submit button.
Do you know a way to check if this field is compatible with the "file" field?Leave a comment:
-
Thanks a lot! I use PHP for my application. Could you give me more details?Leave a comment:
-
Not only, I would like to send a file size exceed message to user, before to change page and before to force him to wait for a long time.Leave a comment:
-
Here's my code:
[CODE=javascript]var lastSavedHash = "";
/* function called when user click on tab AJAX button */
function makeHash(mode)
{
window.location .hash = mode;
lastSavedHash = window.location .hash;
return true;
}
/* function who checks the hash values and send the correct sub-content to the page.*/
function handleHash()
{...Leave a comment:
-
Problem with back button and AJAX
I have an Ajax application and I want to take control of the back button. I have implemented a Javascript, but it runs correctly only on Firefox. In IE7 I got some problems.
My script runs as follow:
- when I click from a tab to another of the same page I update the sub-content via Ajax and I change my url adding hash parameters (using window.location .hash).
- when I get an url with hash parameters I parse it and I send... -
Do you have some other suggestions to solve my problem, i.e. test image size before upload ?Leave a comment:
-
I'm testing on IE 7, but it would be better if my script run correctly also on FirefoxLeave a comment:
-
Thanks, but why my script run correctly if I try to load little images (lesser than 100KB)?Leave a comment:
-
Problem with check file size with Javascript
I’m trying to find the file size using javascript, before it get uploaded into the server using the following Javascript (I don’t want to use ActiveX because of compatibility problem).
[CODE=javascript]function imageSize (pathField, previewName)
{
var str = '';
var path = pathField.value ;
document[previewName].src = 'file://'+path.replace(/\\/gi,'/');
var img = new Image();...
No activity results to display
Show More
Leave a comment: