Problem with image size

liunx

Guest
Hey what's up guys.<br />
I have a question involving an image on my home page. It's my banner which is spread across the entire top of the screen. The problem with it is that it looks fine on my screen however it only scrolls halfway across my friends screen who has a wider screen resolution to view things with. I tried giving it a width of 100% but that doesn't seem to affect it at all. Anyone have any suggestions as to what I may do in order to get it to display properly on all computer screens?<br />
Thanks guys.<br />
-Goalie35<!--content-->It would be possible in JavaScript to find out the width (in number of pixels) of the users screen, and make the image that number of pixels wide, but the banner would look horrible and might not even be readable.<!--content-->pt the image in a table or a div tag set to 100% width aqnd centered<!--content-->
 
Back
Top