Old 07-09-2005, 14:07   #1 (permalink)
SB Graphic
Student
 
SB Graphic's Avatar
 
Join Date: Jan 2005
Location: Newport
Posts: 99
alignment problem

At www.simon-barclay.com i have a problem with the alignment of the top header image,
in IE its fine but in firefox it dosnet go right to the top top theres a gap left.
  Reply With Quote
Old 07-09-2005, 14:31   #2 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,235
looks like there maybe some default margin on the iframe.

Code:
iframe { margin: 0; }
  Reply With Quote
Old 07-09-2005, 14:34   #3 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,235
on second thoughts. it must be the body.

Code:
body { margin: 0; padding: 0; }
  Reply With Quote
Old 07-09-2005, 15:25   #4 (permalink)
Mr Fred
Magazines™
 
Mr Fred's Avatar
 
Join Date: Mar 2003
Location: Glasgow..
Posts: 11,427
finished?

  Reply With Quote
Old 07-09-2005, 15:30   #5 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,235
done.
  Reply With Quote
Old 08-09-2005, 05:14   #6 (permalink)
SB Graphic
Student
 
SB Graphic's Avatar
 
Join Date: Jan 2005
Location: Newport
Posts: 99
thats sorted the banner strip over the top

but the image in the table wont go to the top thxs for help
  Reply With Quote
Old 08-09-2005, 07:59   #7 (permalink)
aspiramedia
Unregistered user
 
aspiramedia's Avatar
 
Join Date: Aug 2005
Posts: 312
Quote:
Originally Posted by SB Graphic
but the image in the table wont go to the top thxs for help

Thinking back to my tables days I'd say that using valign="top" would work. Can't remember though. God knows if it's valid either.
  Reply With Quote
Old 08-09-2005, 09:17   #8 (permalink)
SB Graphic
Student
 
SB Graphic's Avatar
 
Join Date: Jan 2005
Location: Newport
Posts: 99
i did that
  Reply With Quote
Old 08-09-2005, 09:30   #9 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,235
the header images and nav are wrapped in a paragraph tag. maybe that has some top margin.

you might need to class it so it doesn't affect any of your other paragraphs.

p.headerstuff {
margin: 0;
}
  Reply With Quote
Old 08-09-2005, 11:03   #10 (permalink)
SB Graphic
Student
 
SB Graphic's Avatar
 
Join Date: Jan 2005
Location: Newport
Posts: 99
thats it, that did the trick, thx a lot m8
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8