Forum Moderators: not2easy

Message Too Old, No Replies

Css background issue on Mozilla

         

kiwidesign

10:30 pm on Jan 31, 2006 (gmt 0)

10+ Year Member



I have a background for my table via a style with a background url.

It works perfectly on IE however the background does not show at all in mozilla.

Any help would be greatly appreciated.

Heres the code
table.backgroundindex{
background-image:url(page backgrounds/1500.jpg);
background-repeat:no-repeat;
height:1500px;
}

<table class="backgroundindex" width="800" border="0" cellspacing="0" cellpadding="0">

Inside this table are more tables to form the layout.

Cheers
Kate

Fotiman

10:36 pm on Jan 31, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You have a space in your url, which I believe is not valid:

background-image:url(page backgrounds/1500.jpg);

kiwidesign

11:23 pm on Jan 31, 2006 (gmt 0)

10+ Year Member



You are a legend.

Thanks Heaps :)