SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Jul 2, 2004, 00:04 #1
- Join Date
- Aug 2003
- Location
- uk
- Posts
- 55
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Relative position of vertical menu bar
Hi,
I wonder if you can help? I've implemented a ready made JavaScript vertical toolbar into my Web site but have problems with positioning. It only has by default absolute positioning parameters and I need to change them to relative as whenever the browser is resized the menu stays at the same place on the screen. I was told that using <DIV> tags can help, but I have no idea how to do it.
Can anyone please submit a working example code of asigning relative parameters to the menu?
Thanks!
-
Jul 2, 2004, 01:40 #2
- Join Date
- Dec 2003
- Location
- South Korea
- Posts
- 232
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
put this around your menu:
<div style="position: relative">Menubar</div>
Bookmarks