[css-d] problems in Safari/ Chrome

2009-11-04 Thread rose red
the second problem is resolved, but the first one not...HELP 1) the background image is not showing in Safari when i use the smooth gallery (as wel as the li images for div id=nav_portfolio ), and the div id=nav_portfolio is placed to the left !? see:

[css-d] problems in Safari/ Chrome

2009-11-03 Thread rose red
I've got 2 problems: 1) the background image is not showing in Safari when i use the smooth gallery (as wel as the li images for div id=nav_portfolio ), and the div id=nav_portfolio is placed to the left !? see: http://www.melusinedesign.nl/portfolio_english.html 2) al

[css-d] 2 css interfering using conditional comments

2009-03-18 Thread rose red
the problem: situation : http://www.melusinedesign.nl/test/test.html has 2 css , one for IE6 and one for IE7( and of course for FF, opera and some more...) it looks fine in IE7, but not in IE6, it seems the 2 css are interfering ?! http://www.melusinedesign.nl/test/test_2.html

Re: [css-d] 2 css interfering using conditional comments

2009-03-18 Thread rose red
In a sense, yes. IE6 sees all styles, so interference is guaranteed. 1: reverse the order of the stylesheets. Correct IE6 AFTER the main stylesheet. link href=sc-ie7.css rel=stylesheet type=text/css / !--[if lte IE 6]link href=lte-ie6.css rel=stylesheet type=text/css /![endif]-- I tried