Any ideas,

I have the following css:


#testdiv {
        min-width: 800px !important;
        max-width: 1024px !important;
        border: 1px solid red;
        margin: 0 auto;
        text-align:right;
}

Firefox does 100% what it's suppose to do. It gives the #testdiv a min-width
of 800px, so we are ok for 800x600 screens. And it gives a max-width of
1024px for bigger screens. IE 6.0 is not playing nicely ;). Any ideas to
overcome this issue in IE.

Here is just a few thoughts:
1. use a space gif after the footer.
2. use JavaScript to read width of screen and update css accord.
3. use inline css and server-side code to update the inline css.

Any more comment? Thanks in advance.


Kind Regards
Jacobus van Niekerk

Creative Consultant
............................

web: http://www.catics.com/ | http://www.azapi.com |
http://www.freelancecontractors.com
tel: +27 21 982 7805
fax: +27 88 021 982 7805
Skype: catics1

............................

This e-mail message is confidential and intended solely for the person to
whom or the entity to which it is addressed. All the contents and any
attachments remain the property of Catics Ltd unless so stated. If you are
not the intended recipient, you are prohibited from reading, copying, using
or disclosing this message to others. If you received this message in error,
please notify the sender immediately by replying to this e-mail or by
telephoning +27 21 9827805 and thereafter delete the message. Catics Ltd
does not accept liability for any personal views expressed in this message.

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.16/83 - Release Date: 2005/08/26
 

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to