View Single Post
  #2 (permalink)  
Old Dec 5th, 2007, 11:14
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: positioning something inside an image

Make the orange graphic the background of that div. (probably already is but I didn't look at the css)

Then you can place the jump menu inside. I try to avoid absolute positioning at all cost so I'd probably place the jump menu in another div and move that div around with float right, padding and margins.
Reply With Quote