View Single Post
06-09-2006, 09:51 AM
#1
Garyrae is offline Garyrae
Status: Request a custom title
Join date: Dec 2005
Location: Colchester, UK
Expertise:
Software:
 
Posts: 4,625
iTrader: 16 / 100%
 

Garyrae is on a distinguished road

Send a message via MSN to Garyrae Send a message via Skype™ to Garyrae

  Old  Opera margin trouble

Basically, is there a way to reduce the margin size in opera only?

This is how the page looks in IE and Firefox - How it should do: Clicky

This is how it looks in Opera: Clicky #2

CSS:
Code:
div#welcome {
background:url(images/welcome_to.GIF) no-repeat top left #cbdd63;
width:476px;
height:162px;
margin-top:-9px !important;
margin-top:1px;
}
Any help greatly appreciated!