Connecting Tech Pros Worldwide Help | Site Map

margin-top

Kevin Raleigh
Guest
 
Posts: n/a
#1: Aug 5 '08
Working with the following web page and I can't seem to get the banner to
sit at the top of the page in firefox/iceweasel. Works great in all
versions of IE 5, 5.5, 6, 7 can you suggest why I might have this problem?

http://www.testbeddesigns.com/CSS_XH..._threecol.html

my style sheet:
http://www.testbeddesigns.com/CSS_XH...5_threecol.css

any insight would be appreciated

thank you
Kevin
Bergamot
Guest
 
Posts: n/a
#2: Aug 5 '08

re: margin-top



Kevin Raleigh wrote:
Quote:
Working with the following web page and I can't seem to get the banner to
sit at the top of the page in firefox
>
http://www.testbeddesigns.com/CSS_XH..._threecol.html
That space above the banner is the default top margin on the h1 element.
Go look up collapsing margins for more info.

--
Berg
dorayme
Guest
 
Posts: n/a
#3: Aug 5 '08

re: margin-top


In article <Z42dnTDdcZQRNQrVnZ2dnUVZ_jadnZ2d@giganews.com>,
Kevin Raleigh <kraleigh@sbcglobal.netwrote:
Quote:
Working with the following web page and I can't seem to get the banner to
sit at the top of the page in firefox/iceweasel. Works great in all
versions of IE 5, 5.5, 6, 7 can you suggest why I might have this problem?
>
http://www.testbeddesigns.com/CSS_XH..._threecol.html
>
my style sheet:
http://www.testbeddesigns.com/CSS_XH...5_threecol.css
>
any insight would be appreciated
>
At least add to #header h1 {margin-top:0;}

--
dorayme
Closed Thread