Thu, 2005-06-23 12:28
hey, im trying to get this stylesheet local.flevour.net/uv-dev/themes/urbeviva/style.css validated, but it seems like the * html hack im using needs to be removed. is there any similar filter/hack that i can use without being bothered by the css validator?
anyway, the problem im experiencing at local.flevour.net/uv-dev is with the #navcontainer, where the blue cells in IE are shown wider that in firefox. so i used the * html hack as i was too lazy to get another workaround, but now that im starting to face the truth i suppose i need some help
..help!
Thu, 2005-06-23 12:33
#1
* html makes my css fail validation's test
add a space beween * and html.
Thu, 2005-06-23 12:34
#2
* html makes my css fail validation's test
oh gosh, really?! ..ok, im trying ..
Thu, 2005-06-23 12:37
#3
* html makes my css fail validation's test
damn, it worked ! thanks so much! ..i wonder why this is happening. well, ill google for that