monkeytooth Posted June 29, 2008 Share Posted June 29, 2008 This is odd, maybe someone knows a fix.. The over all concept is this site be as cross-browser compatiable as possible. That said, I've stumbled onto an odd problem. If you goto http://www.futurewebspace.com/v2/ with IE you'll notice the background of the TD doesnt show, however.. If you goto the same page with firefox, opera, safari it loads correctly.. any takes on what the issue is. I am using CSS for my generalize styling, DIV for most of my layout, and tables for structure within the DIV, as I am not that great at laying out stuff DIV alone, and well some stuff lets face it aint that great of an idea to layout purely div (but thats me..) Question at hand is still anyone know whats causing the BG to not show in IE but everything else? Ive tried using a BG source for the TD itself, I have tried a BG source for the TD itself using CSS, I have tryed a combo of a few things.. so.. Anyone? Quote Link to comment Share on other sites More sharing options...
haku Posted June 29, 2008 Share Posted June 29, 2008 Which TD? I opened it in IE7 and FF3, and it looked mostly the same, with no images in FF3 that weren't in IE7. and well some stuff lets face it aint that great of an idea to layout purely div I would disagree fully! ..well kind of. If by DIV you mean CSS then I would disagree. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted June 29, 2008 Share Posted June 29, 2008 The over all concept is this site be as cross-browser compatiable as possible.... And you went for a table based layout.... priority one just got kicked square in the nuts!!! Quote Link to comment Share on other sites More sharing options...
soycharliente Posted June 29, 2008 Share Posted June 29, 2008 background:url(liqbdy.gif), repeat; I've never seen anyone use a comma in a CSS attribute definition. Maybe IE doesn't like it. I have no idea. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.