iSeriesCodePoet
Programmer
I didn't find much on Tek-Tips. How would I dynamically set the width for my site? Here is the section of code:
How would you recommend me adjust this so it works for 800x600 and greater. Is it possible to have it dynamically adjust based the resolution? Any ideas would be appreciated.
iSeriesCodePoet
iSeries Programmer/Lawson Software Administrator
Code:
#container {
line-height: 140%;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 0px;
width: 900px;
background-color: #FFFFFF;
border: 1px solid #FFFFFF;
}
How would you recommend me adjust this so it works for 800x600 and greater. Is it possible to have it dynamically adjust based the resolution? Any ideas would be appreciated.
iSeriesCodePoet
iSeries Programmer/Lawson Software Administrator