Click to See Complete Forum and Search --> : look at my site and help


phpmike
05-01-2008, 03:05 PM
The main blue bar menu is a div.
Within the div I have 6 divs that float left and 1 that floats right. Within the one that floats right are the buttons "search" and "login". Those two float right. But you will see my problem when you click on the Login button. I don't want to make the buttons absolute to the page because I want them to stay in that menu, but I need them to stay in place when I click one or the other. Help?

LeeU
05-01-2008, 03:12 PM
And the link is .....?

GoverNment
05-01-2008, 03:14 PM
yeah like lee said, the link might help.

phpmike
05-01-2008, 03:39 PM
is it possible to make things absolute to an object instead of a page?

ray326
05-01-2008, 11:15 PM
You can absolutely position within a container that has position:relative defined.