Hi all, sorry to be OT, but this is doing me nut in:

I have a page that uses divs for positioning and validates as strict xhtml

However, whenever I resize a Mac IE5 window up from a smaller size, the divs
don't resize and loads of whitespace occurs.

This problem doesn't occur on IE6 or Mozilla etc.

Here's my div:

#searchbox {    
        left: 0px;
        top: 80px;
        width: 100%;
        height:30px;
        z-index: 1;
        background-color: #069;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-left: 0px;
        border-right: 0px;
        border-top: 2px solid;
        border-bottom: 2px solid;
        border-color: #FFF;
}

can anyone see what might be causing this or how to get round it (without
using the Javascript onresize refresh trick)?

ta.


-------------------------------------------------------
Rich Wild
Senior Web Developer

-------------------------------------------------------
e-mango                         Tel: 01202 755 300
Gild House                      Fax: 01202 755 301
74 Norwich Avenue West
Bournemouth                   Mailto:[EMAIL PROTECTED]
BH2 6AW, UK                      http://www.e-mango.com
-------------------------------------------------------
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
-------------------------------------------------------


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to