rayishu
-
Content abruptly stops in IE
Thanks guys for all your help, i finally figured out what the problem was. The reason why it stopped for some reason was because of invalid markup that wordpress somehow inserted into a post (the main post on the index page) so all pages that had th…
-
Centering the page/ Page Wrap in IE
add this to body style that is on the beginning text-align:center; then on the div#page-wrap style add text-align:left; you need to do this because IE 6 and below doesnt understand auto margins and doesn't center them, but fortunately (in…
-
Content abruptly stops in IE
ok, i did what you said and tried taking the flash out of the script, without that SWFobject script the page is valid XHTML markup but in IE it is still cutting off the content. but i now know it isnt the swfobject js
-
[Solved] simple jQuery not working in wordpress
ok i figured it out. in wordpress instead of using $() notation you have to use jQuery(); thx for your guys help
-
[Solved] simple jQuery not working in wordpress
srry i fixed that, i wrote that script just for a quick demonstration purpose. i fixed the problem and i still get the problem. ....
-
replacement for :before and :after for ie6????
if i were you i would use jQuery to do something like this, that does require javascript to be enabled though the code using jQuery would look something like this: $('element you want to be selected').next()...stuffHere jQuery supports se…
-
elements are totally messed up in Zspace
OMG WOW THAT TOTALY WORKED THANKS!