width

liunx

Guest
Hello<br />
if I need to create 5 buttons that will cover the entire width of the browser. How much pixels should I use for the width of each button?<br />
<br />
Thanks in advance<!--content-->That would depend on the number of pixels on each persons screen.<br />
Try setting the width to 20% instead<!--content-->http://www.thecounter.com/stats/2003/May/res.php<br />
<br />
As you can see the two most popular screen resolutions are 1024x768 and 800x600, but that's not to say that these two are the only two we need concern ourselves with. :D<br />
<br />
Havik<!--content-->use the % method above like brendandonhue mentions a % will resize to match the resolution but this leaves out the height. But the width will work just fine. You can make a header and footer with a background if they will work. Is the height important? If it is then you might need to redirect to different sized pages for different resolutions which means get ready for some java script! detect and redirect!<!--content-->
 
Back
Top