Sizing of web pages for different monitor sizes

  • Thread starter Thread starter lax guy
  • Start date Start date
L

lax guy

I created a website (brlax.net). It was created on a 19" screen and formats
to that size fine. However, it does not shrink to smaller screens (laptop,
etc). How to I get it to size to the monitor size automatically?
 
You have thirteen nav buttons @ 125px each spanning your layout, so the table
is going to extend to 1625px. Recommend that you split the nav row into two
rows so that the layout will fit smaller screens.
 
Back
Top