CSS help!!!
- Started
- Last post
- 28 Responses
- hiten
Trying to make a very basic portfolio site in XHTML/CSS it seems to work in FireFox fine but its all blank in IE WTF! ANy help on whats wrong with my code its super simple. Anyone know whats worng with the rollover links
- stewart0
on first sight the css is not the problem, but it's because you're using png files.
- fusionpixel0
that is right, PNG is not supported in IE at least no yet.
also, why not use only text instead of graphics? or GIFs? they would give you smaller file size.
- hiten0
radical! thanks!
the reason i didnt use text links is cause i liked the font clardon which is what the text is in...i didnt think clardon was a standard font on all computers
- hiten0
changing the images to GIFs didnt work and other PNG8 seem to work in IE which is the format i was using intially..so im still not sure whats wrong
- stewart0
...and preloading the rollover images would be nice too.
now i see a white *flash* when i rollover a button for the first time
- hiten0
I still cant get the images to show in IE though
- elms0
blank page
XP/FF
- stewart0
strange
don't know what you just did but they're still png's
and my Safari window stays completely blank now...
- hiten0
try now, i updated the site...it works perfect in XP/FF for me right now but not in IE at all all i get is a blank screen...im frustrated might just go back the the old school rollovers and screw the CSS
- elms0
http://www.sincerelyhiten.com/te…
...still nothing
- hiten0
damn!
- stewart0
haha!
i tried it with Firefox (on mac tiger)
first time it worked
empty after refreshing the page
- AMFA0
hey man..
try this:
http://www.hello-sexy.com/misc/n…you had a bunch of overlapping divs and your css import line was wrong.
FYI... if you validate your xhtml when you have some bugs, it will help you find out where they are...
PS. i didnt try it in all browsers... just a few..
PPS. also, maybe preloading the images would solve that fliker
- AMFA0
haha..
guess that didnt work either...
hold a sec...
- stewart0
now that's constructive.
- hiten0
it works but once you refresh it all disappears...CSS is the worst!
- Jaline0
The first time I opened the page, everything seemed to work fine (although it would be better if you had a working page opening up after clicking the links). However, after I opened up the browser window again there was nothing.
Using Firefox on PC.
- AMFA0
ok try now...
- Jaline0
CSS is definitely a pain in the ass sometimes. It took me at least 10 different times/tries to figure out what was wrong with my current layout. There are still script errors with it, but they're not major. Obviously yours are, so you may have to validate your scripts or re-do the site, checking the scripts to make sure they work along the way.
- AMFA0
i tested in opera, FF, ie on a PC..
IE has the rollover non cached image issue....
it mostly was the visited link ... you didnt have one.
other than html cleanup, i replaced the "#id a:link" with just "#id a".. that way the visited was inherited....