Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Spacing issue Re: Spacing issue

#78203
Brido
Member
Code:
#header { width: 773px; height: 150px; background-image: url(img/headerbg.png); background-repeat: repeat-x; border-top: 1px solid #acaca8; border-right: 1px solid #acaca8; border-left: 1px solid #acaca8; margin: 10px auto 0px auto; position:relative; }

#quicklinks { position: absolute; top: 110px; right:0px;}

Changed your #header to position:relative, and then changed your #quicklinks to position:absolute with proper alignment.