[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: http://www.melusinedesign.nl/portfolio_english.html


Thank you.

  
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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 textes in aspan class=nottexte/span/a is shown in Safari

see: http://www.melusinedesign.nl/test/english.html

Thanks you for helping !
  
_
New Windows 7: Simplify what you do everyday. Find the right PC for you.
http://windows.microsoft.com/shop
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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   looks fine in IE6

andhttp://www.melusinedesign.nl/test/test_3.html   looks fine in IE7

So, what is the solution to this problem, does anyone have an answer ?

Thx, Rose.


_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 them every possible ( or did I forgot one ? ) way around the last 10 
days:
http://www.melusinedesign.nl/test/test.html
http://www.melusinedesign.nl/test/test_2.html
http://www.melusinedesign.nl/test/test_3.html
http://www.melusinedesign.nl/test/test_4.html
http://www.melusinedesign.nl/test/test_5.html
http://www.melusinedesign.nl/test/test_6.html
doesn't work ;-(

 2: you may have to give styles in the IE6 stylesheet even higher
 specificity, to make sure override takes effect.
 
what do you precisely mean ? Do you have an example?

Thanks for your help!
Rose

_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/