View Full Version : Table Background Question
scruwys
12-02-2006, 10:24 PM
Ok, I lied. I figured the question out. Disregard that.
But this question is for real:
I can view table background images in Firefox/Mozilla, but not Internet Explorer...Like, wtf m8?!
Any ideas?
Threeboy
12-03-2006, 10:11 AM
are you using CSS or HTML?
<td background="images/face.gif">Blah</td>
or
<td style="background:url('images/face.gif');">
scruwys
12-03-2006, 11:13 AM
HTML.
I am a noob at coding, so I just try to do it straight up :D
http://explicit.ithost.ca/downloads.htm
That's the site. Again, I am a noob at coding, so my stuffs pretty fragmented.
Threeboy
12-03-2006, 12:20 PM
which part are you having trouble with?
scruwys
12-03-2006, 03:42 PM
IE:
http://img291.imageshack.us/my.php?image=ieph1.jpg
Firefox:
http://img153.imageshack.us/my.php?image=firefoxrp2.jpg
The images aren't showing up.
Threeboy
12-03-2006, 07:31 PM
I see that now - that's strange, looked at the code and I couldn't see anything out of the ordinary.
scruwys
12-03-2006, 07:39 PM
I know, that's why I am like wtf?!
My friends all see it normally in Firefox, but Internet Explorer messes it up...not sure whats up with that.
Threeboy
12-04-2006, 02:16 AM
Try taking the doc type out and see if it fixes it
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Remove that and replace it with this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
scruwys
12-04-2006, 02:26 PM
Well, the text is correct now, but the background images still won't show up.
Threeboy
12-04-2006, 03:23 PM
the text isn't correct at 1600x1200 :p
scruwys
12-04-2006, 04:33 PM
lol, I meant the alignment ^_^
Well, I just opened it in Opera, and Opera, Firefox, and all the other Mozilla browsers register the code correctly...except for internet explorer. Curses. The only problem is those damn images won't show up.
Threeboy
12-04-2006, 05:58 PM
two suggestions:
run it through a validator to see if it picks up anything.
*or*
try doing it another way - that's what's cool about HTML, there's more than one way to get things accomplished.
scruwys
12-04-2006, 06:59 PM
Yeah, I'm gunna try to other ways. Thanks.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.