Jacobus van Niekerk wrote:
Just a quick qustion. Can you use "width", "min-width" and
"max-width" at the same time?
No problem.
Here is the code:
#test { width:774px; min-width: 774px; max-width: 999px; }
#test element will be 774px, but should expand to 999px if the screen
size is bigger. Any comments.
Set the width as a suitable percentage (of the window/screen). Otherwise
it will just stay at 774px.
width: 100%; will do if you start from window-width 800 and want it to
expand within the min/max limits you've defined.
Georg
--
http://www.gunlaug.no
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************