Click to See Complete Forum and Search --> : Aligning background image in table


puck
02-18-2003, 07:27 PM
Hey, I was wondering if there was a way to align a background image to the right and cause the background image not to tile if the resolution is bigger than the bigger? Here's the page I want to fix [it works with 800x600 fine]:

http://www.photochopper.com/thechopper.html

I want it to work with other resolutions. It tiles the background with higher resolutions, and cuts off the image on smaller resolutions. Thats why I want to align it to the right and have it not tile.

Thanks for any and all help you can give me [if this isn't possible in HTML, what can I do to make it work?]

Thanks
-Steve

pyro
02-18-2003, 08:34 PM
This should do it for you...

<table border="0" width="100%" height="85%" cellspacing="0" cellpadding="0" style="background: #000000; background-image:url(bg.jpg); background-repeat: no-repeat; background-position: right top;">

puck
02-20-2003, 11:40 AM
Originally posted by pyro
This should do it for you...

<table border="0" width="100%" height="85%" cellspacing="0" cellpadding="0" style="background: #000000; background-image:url(bg.jpg); background-repeat: no-repeat; background-position: right top;">

Thanks my man. I'll give it a shot in a little bit, and I shall report back. :)

-Steve