I'm working on a new portfolio site which has a menu that looks like this: http://cl.ly/9rJ7 The Logo and three buttons are positioned absolute and have a fixed width (which will be changed by animation with javascript later). The div to the right should therefore fit exactly into the gap between the third button and the browsers's right edge (as seen the screenshot).
I've already tried to give it a width of 100%, a position of left:700px and the parent div an overflow: hidden, but this doesn't seem like correct css to me, since the overflow doesn't work in some browser. Any suggestions?
Cheers, Janik