Hi guys,

Trying to fix a Safari issue where a couple of divs are not sitting hard up
against each other as they should. I found the following tip for directing a
rule only at Safari:
html[xmlns*=""] body:last-child

So I applied it as follows:

html[xmlns*=""] body:last-child #cul-tip {
    margin-top: -30px;
}

where cul-tip is the div that I want to shift.

Sadly, Safari seems to have ignored this completely. This leads me to
believe that either a) I've applied the filter incorrectly, or b) Safari is
ignoring the negative margin.

Can anyone shed some light on this for me please?

Cheers,

Seona.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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