PDA

View Full Version : Floating Menu


mjd001
02-15-2005, 11:59 AM
Hello everyone,

I've been looking for a script that will float my website
navigation bars within a table or table cell. I can find
scripts that will float down the whole page but obviously
thats not as I want it.

If anyone knows of one that fits what I want or knows whether
it is even possible then I would be very grateful if you could
let me know either way.

loans123
05-19-2011, 06:53 AM
I've added Option Explicit and split off the button naming to another sub to give some menu options on the toolbar.
:)

AndrewGSW
05-19-2011, 01:07 PM
Give the cell an id and 'position: relative' so that the nav bar can float within the cell.

<td id="navCell">Your nav content</td>

/* some css */
#navCell {
position: relative;
}

DanInMa
05-19-2011, 02:34 PM
http://www.camaro5.com/forums/attachment.php?attachmentid=155983&stc=1&d=1282248052 necro thread!!

AndrewGSW
05-19-2011, 03:14 PM
http://www.camaro5.com/forums/attachment.php?attachmentid=155983&stc=1&d=1282248052 necro thread!!
Oops, didn't notice the date :(