Fulka,

On Sep 8, 2006, at 6:11 AM, vwf wrote:

> A website I'm working on works fine with Opera/Firefox/IE6, but fails
> with Konqueror (3.3.2) and Safary (v?). The most dominant problem is
> that the images are not shown.
>
> http://www.umantec.nl/olland/

The problem is that mainwindow is stacking 'above' the left side  
images in safari while it is 'below' them in the other browsers.   
Using margin instead of padding should fix this.  Try something like  
this...

#mainwindow {
    padding: 45px 0px 0px 0;
    margin: 0 0 0 170px;
    ...


Roger,
-- 
Roger Roelofs
[EMAIL PROTECTED]



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to