Re: [css-d] IE position problem

2008-10-09 Thread Serge Krul
padding and margin properties are not inherited. Read the spec: http://www.w3.org/TR/CSS21/box.html#padding-properties Serge Krul __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wik

Re: [css-d] IE position problem

2008-10-07 Thread Serge Krul
. There are certain elements (such as lists headings and paragraphs) that I'm always aware of their defaults, but generally I'm fine with the rest of them. Serge Krul > _ > css-discuss [EMAIL PROTECTED] > http

Re: [css-d] IE position problem

2008-10-07 Thread Serge Krul
in IE and FF. imo you need to drop the negative left margin (-29px). hope this helps, Serge Krul __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] float help in IE6/7

2008-10-07 Thread Serge Krul
Hi, I would try to set a width on div#locations (218px or so). Serge Krul > __ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio

Re: [css-d] List items overlap floated left div

2008-10-05 Thread Serge Krul
ntrol over what happens. Serge Krul __ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.

Re: [css-d] List items overlap floated left div

2008-10-05 Thread Serge Krul
Hi Ian, It's a little difficult to tell without seeing a (non) working example, but you probably need to specify left margin for the OL instead of (or in addition to) the LI: ol { margin-left:30px; } Hope this helps, Serge

Re: [css-d] IE7 only: zoom text issue with global navigation

2008-10-02 Thread Serge Krul
oops i wrote .navabar2 li {} instead of .navbar2 li a {} > __ > css-discuss [EMAIL PROTECTED] > 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.

Re: [css-d] IE7 only: zoom text issue with global navigation

2008-10-02 Thread Serge Krul
One solution would be to give "layout" [ http://www.satzansatz.de/cssd/onhavinglayout.html ] to your links (in your ie css): .navbar2 li { zoom:1; } You will need to adjust your top and bottom padding and your line-height, because now ie treats the box differently (i'm not sure exactly why and ho

Re: [css-d] Div covering up sub menu in Safari

2008-10-02 Thread Serge Krul
Hi, without disrespecting the importance of the SWFObject script, i suggest to try simple solutions first, which may be sufficient in your case. You should try to put the wmode="transparent" parameter on your flash. See here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15523 Serge

Re: [css-d] Hello, spent the time learning CSS now understood some questions

2008-10-02 Thread Serge Krul
> > > Also one other thing is CSS round corners using images I would suggest to use Roger Johansson technique: http://www.456bereastreet.com/archive/200609/transparent_custom_corners_and_borders_version_2/ After trying many other techniques [with niftycube ( http://www.html.it/articoli/niftycube

Re: [css-d] IE float/clear bug

2008-06-30 Thread Serge Krul
h term and definition sit perfectly together on one line without any hacks, fixes. I would probably use your solution "as is" if i needed background around the text in the DD. Thank you again, Serge Krul Front-End Developer IT Department Israel Sci-tech Schools R&D Center On Sun

[css-d] IE float/clear bug

2008-06-29 Thread Serge Krul
7;t work so, am i missing something? I can bet someone got into this problem, and had a solution. Or am i just being too optimistic? Thank you, Serge Krul Front-End Developer IT Department Israel Sci-tech Schools R&D Center