View Single Post
  #1 (permalink)  
Old Oct 14th, 2006, 20:27
timmytots timmytots is offline
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Div outside wrap issue

I'm trying to get the red 'year' tag to fit exactly on the right edge of my magazine:

www.timothy-clark.com/mag

It works on my Safari but not on pc. CSS:

#year {
position: absolute;
right: 0px;
left: 775px;
margin: 0 auto;
padding: 0;
width: 25px;
}

Help please.
Reply With Quote