View Single Post
  #2 (permalink)  
Old Oct 14th, 2006, 22:34
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Div outside wrap issue

If only I had a PC to test on. Try something like this:

Code: Select all
#year {
    position: absolute;
    right: 0;
    left: 775px;
    width: 25px;
    height: 80px;
    margin: 0;
    padding: 0;
    display: block;
}
Reply With Quote