cssfreak
-
Complicated AJAX
Try this function stateChanged() { if (xmlhttp.readyState == 4 ) { if(xmlhttp.status==200) { responce = xmlhttp.responseText; if (responce == \"done\") { document.getElementById(\"box\").c…
-
IE7 background image issue
sorry dude but ur site looks fine to me in IE7 .....the orange bar also appears fine to me ......i compared the site in firefox3.0.10 and IE7. ....its fine :D
-
need help....
function rotateQuotes() { Math.floor(Math.random()*(quotes.length)) setTimeout(\"rotateQuotes()\",100000); } try this let me know if this helps u
-
Background Colour For Paragraph
This is paragraph text enclosed by span with a different background-color lets check what happens This is paragraph text with paragraph styling
-
h1 top-margin bumping down
are u sure u have included that and it still doesn't work ???? can u provide a live link or atleast a screenshot ??
-
h1 top-margin bumping down
Add the following code to your css body { margin:0px; } Enjoy With CSS
-
Works mostly in Firefox, but won't align in other browsers..
"apostrophe" said: it's a testament to Firefox that the page works at all! Yes very true.......its a bad design case ....but we can only suggest a redesign and can't spoon feed how do do effective design right.....well yes ur r…
-
Works mostly in Firefox, but won't align in other browsers..
the div "main" layout goes messy it doesnt show the background ......doesn't display in the proper position ...etc.... or am i missing something over here :lol:
-
ul border-bottom problem in IE
try this add it in the head tag
-
Background and nav dissapears when browser minimized
Best way out of this is to apply the background to the body rather than the div,,,,,,,that way .....we will get the image won't cut off when resized
-
Works mostly in Firefox, but won't align in other browsers..
apostrophe with ur solution everything goes messy in IE ..... nchipping ma solution only works for Ie since i have given u a conditional statement that works only in Ie ......will let u know when i find a cross browser solution to this
-
Background and nav dissapears when browser minimized
"mattjfox" said:the nav bar to extend when the page is minimized. okie i am not able to understand this statement.....how can u see anything when the browser is minimized ????? or do u mean that when the browser is resized ???? If this …
-
Background and nav dissapears when browser minimized
i am sorry but i can't help u without a live link in this case since u have some images involved ....i copied ur entire page and its css files ...i dont see anything on ma browser ..as if its hidden....so if u could gimme a live link ...it will…
-
Background and nav dissapears when browser minimized
there are few errors in ur markup and css validate them class names in ur li's are not enclosed with quotes...correct them........
-
Works mostly in Firefox, but won't align in other browsers..
hey i will give an IE specific solution.....i am not sure whether this will work on other browsers paste the following code inside the head of the markup ..... right after the tag ends Check it with other browsers and let me know if it works o…
-
Mobile Web Pages
fortunately or unfortunately i have seen this sites..... i should have told this i am looking into a more in depth understanding of designing, creating & deploying mobile web applications .......
-
problems on list-style-image with an inline unordered list
"AshtonSanders" said: Hahah He's Alive lolz u r right ....this guy is alive alright ...... yup i just saw a couple of other solutions IE has a problem rendering list-style-image when displaying in a horizontal line.....and ur solutio…
-
problems on list-style-image with an inline unordered list
"AshtonSanders" said: ul.topnav { float:right;
-
javascript problem
Thanks for the reply Hugo ...i realised it minutes before i saw this reply......anyways i appreciate ur response....thanks
-
problems on list-style-image with an inline unordered list
"AshtonSanders" said:[quote="cssfreak"]No Ashton what i am telling is even after the display:inline is removed ..it doesn't display in IE7 Actually, you replaced "display:inline" with "float:left" which …
-
problems on list-style-image with an inline unordered list
"AshtonSanders" said:[quote="cssfreak"]No Ashton what i am telling is even after the display:inline is removed ..it doesn't display in IE7 Did you create the page in IE7 without display:inline? How did you check this? [/qu…
-
problems on list-style-image with an inline unordered list
"AshtonSanders" said:[quote="cssfreak"]Hey Ashton thought that image doesn't show up in IE 7 check it out What? The list-style-image doesn't show up in any browser because it is set to "display:inline" [/q…
-
Internet Explorer if statement help
No worries swiss78....that's how it should look........Only IE will interpret such conditional statements.....other browsers will treat it as a comment........
-
problems on list-style-image with an inline unordered list
"AshtonSanders" said:This is breaking it: display: inline What I do for this type of layout is float: right; and put the s in reverse order. Hey Ashton thought that image doesn't show up in IE 7 check it out
-
problems on list-style-image with an inline unordered list
replace ur css code .nav-wrap{ margin-bottom:40px; border-bottom:1px solid #f0f1f2; height:30px; } .nav-wrap a, .nav-wrap a:hover, .nav-wrap a:visited, .leftside a, .leftside a:hover, .leftside a:visited{ text-decoration:none; } ul.topnav{…
-
navigator.appCodeName
"chriscoyier" said:That's super weird but yes, you are right. For all you at home, just type this into the URL bar: javascript:alert(navigator.appCodeName); But is there no reason why all browsers have used the code name "mo…