HELP!! Netscape & ASP.NET problem!!

  • Thread starter Thread starter simchajoy2000
  • Start date Start date
S

simchajoy2000

Hi,

Well I am totally desperate - I can't figure out why Netscape is not
able to display the background image for my website. I use a regular
html table and inside one of the cells I place an asp.net table BUT I
specify the background image in a regular style tag on the HTML TABLE
CELL!! I don't know if there is a problem with my style tag (which
works fine in IE) or with my asp.net table.

Can anyone figure out what the problem is with this code??

<td style="BACKGROUND-POSITION-X: center; BACKGROUND-ATTACHMENT:
fixed; BACKGROUND-IMAGE: url(MBbackground.jpg); OVERFLOW: auto;
BACKGROUND-REPEAT: no-repeat; HEIGHT: 510px" vAlign="top"
align="middle" width="100%"><asp:table id="tblHome3" Runat="server"
Width="625" CellSpacing="0" CellPadding="0" ForeColor="Black"
Font-Name="Comic Sans MS" Font-Size="13">

If you want to see firsthand what it is doing, the url is
mbimagery.com.

I really need help - I don't know what to do and this has to get fixed
asap!!

Joy
 
I would do that but how would I specify the repeat property? Once you
specify backgroung=image.jpg it just repeats horizontally and vertically
- in some cases I want it to repeat vertically only and other times I
don't want it to repeat at all in either direction. Do you know how to
do it?

Joy
 
Back
Top