In the process of redesigning an Actinic website to hard code links from the index page and FF is aligning the banner image all over the shop.
Can anyone advise on what I need to change in my CSS, after reading a recent similar issue I have aligned the image which has brought the banner up to the top of the page, but its still aligned and of the right handside of the page
http://www.deanmowers.co.uk/dean1/
Think the CSS causing the prob is
#pullNav img {
margin-top: 3px;
margin-bottom: -3px;
}
Any assistance greatfully received
Andy
Can anyone advise on what I need to change in my CSS, after reading a recent similar issue I have aligned the image which has brought the banner up to the top of the page, but its still aligned and of the right handside of the page
http://www.deanmowers.co.uk/dean1/
Think the CSS causing the prob is
#pullNav img {
margin-top: 3px;
margin-bottom: -3px;
}
Any assistance greatfully received
Andy
Comment