Jacobus van Niekerk wrote:
Just did a bit more testing and found this css to do the job for me! I think
this is a "ok" solution to use, since the css code is only for IE.
* html #cont {
/* IE Dynamic Expression to set the width */
width:expression(document.body.clientWidth <= 1024 ? "800px" : "1024px"
);
border: 1px solid green;
}
If anybody have any other ideas please do send them.
It is difficult to say as I see no URI: however; you may want to
consider pushing it?
max-width: 1150px; min-width: 590px; overflow: visible;(?)
Kind Regards
Jacobus van Niekerk
--
David Laakso
http://www.dlaakso.com/
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************