Re: [css-d] konqueror/safary image problem

2006-09-08 Thread [EMAIL PROTECTED]


vwf wrote:
> Hello,
> 
> 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/
> 
> Can anyone point me in the right direction?
> 
Does the improper use of id="navlist" have any effect?


   
 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/


Re: [css-d] konqueror/safary image problem

2006-09-08 Thread Roger Roelofs
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/


[css-d] konqueror/safary image problem

2006-09-08 Thread vwf
Hello,

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/

Can anyone point me in the right direction?

Thank you,
Fulko
__
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/