Click to See Complete Forum and Search --> : Need help + how to span background image - NO REPEAT


Phill Pafford
08-17-2006, 10:05 AM
Hey all ran into a problem that I need help with.
Just using this one line of CSS and need it to span the image in the table, any thought on how I can do this?

Thanks in advance,

Phill Pafford.

Oh yeah hey is the code:

<table style="background-image: url(my_logo.jpg); background-repeat: no-repeat;" width="100%" height="60" align="center">

KDLA
08-17-2006, 04:27 PM
If you rely on the browser to resize your image, you won't be able to control the quality: as the image stretches to accommodate 100% of a high resolution screen's width (1152 or 1280), it will break up, looking pixelated.

Best thing to do is to contain your table with a specific width, preferably the same as your logo.

KDLA