Previous Message
Next Message

Alignment Issue

Sent by Alan Gresley on 2 July 2009 20:08


J.M. Knowles wrote:
> David Laakso wrote:
>> This seemed to help on a local file in Mac OS X 10.4.11: Opera/10b 
>> (6522), FF/3.5, Safari/4. Try it on your end and see what you think. 
>> BTW, you've used font-weight: bolder; twice in that declaration.
>> .location {
>> background-image:url(Button00.png); <---- :: delete ::
>> background:url(Button00.png) no-repeat; <----add
>> margin-top: -1px;  <---- ::add }
> 
> Thanks for catching that extra font weight.  This works - any idea why?


Another way to avoid having the <object> slider under the navigation 
below by adjusting the height of the div.menu to equal the height of 
div#nav.

..menu {
   margin-top:46px; /* Changed from 4px */
   margin-left:-1px;
   position:relative;
}

For margin-top to equal height.

#nav { height:46px; }


I do not know how this affects other browser.


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread:

Possibly related: