[WSG] Gap in FF and Safari

2006-11-16 Thread Tom Livingston
Hello again all,

On this page: 
http://66.155.251.18/mlinc.com/06/index.cfm

FF (Mac anyway) and Safari are showing a gap under the header. IE (6 and 7)
are looking good.

Anyone see what I¹m doing wrong? Any comments on anything in general?

Thanks!


-- 
Tom Livingston | Senior Multimedia Artist | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] Gap in FF and Safari

2006-11-16 Thread Nick Fitzsimons

On 16 Nov 2006, at 21:04:40, Tom Livingston wrote:


http://66.155.251.18/mlinc.com/06/index.cfm


In Firefox's DOM Inspector, I did the following:

Remove the br class=clear / from after both navbar and header;
Set float: left; on both header and navbar, to make them  
contain their floated elements.


Fixed it, at least on that browser; not sure what IE will do, but  
it'll probably be something wrong :-)


HTH,

Nick.
--
Nick Fitzsimons
http://www.nickfitz.co.uk/





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Gap in FF and Safari

2006-11-16 Thread L. Robinson

Tom Livingston wrote:

On this page:
http://66.155.251.18/mlinc.com/06/index.cfm

FF (Mac anyway) and Safari are showing a gap under the header. 


The break tag may be to blame for that. Try putting a height on .clear 
in addition to line-height.


lr


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Gap in FF and Safari

2006-11-16 Thread Tom Livingston



On 11/16/06 4:32 PM, Nick Fitzsimons [EMAIL PROTECTED] wrote:

 Remove the br class=clear / from after both navbar and header;
 Set float: left; on both header and navbar, to make them
 contain their floated elements.

Bingo. Thanks!

-- 
Tom Livingston | Senior Multimedia Artist | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***