PDA

View Full Version : Firefox display of Suggest link page


Mark Brookes
10-05-2006, 09:09 AM
Hi,

When I view my suggest link page in internet explorer everything is fine, but when using Firefox the <div class="content"> is offset to the right on the page.
http://www.sparklingspeeches.com/wedding-resources/suggest-link.php?id=22


I have experimented with this but been unable to work out why this happens or what to do about it.

I realise I have made lots of changes to the header.tpl and suggest-link.tpl files but I am hoping someone clever will be able to help me.

Thanks
Mark

Greg
10-05-2006, 04:13 PM
Hi Mark

Try this, css file.
Find:
div.header
{
height: 160px;
}
change to:
div.header
{
height: 160px;
margin-bottom: 20px;
}
You may have to play around with "20px" (increase/decrease) Seems ok for FireFox.

Mark Brookes
10-06-2006, 02:34 PM
Hi Greg,

Thank you for the solution :)


Regards
Mark