hi everyone, i need some help if that's okay...
i coded a menu bar onto this page. everything works fine, i just can't figure out how to make it appear when the page loads. you have to hover over it to get it to pop up.
thanks.this page
you define the css class in the onmouseover and onmouseout events, but you didn't define the default value. I'm pretty sure if you put the class="cell_out" in each of the td tags, you'd have your menu visible when the page loads. Hope this helps.
btw...use the forum macros instead of raw html code to show links (there's a link button in the post toolbars).
btw...check your div positioning. if you are looking at your page not maximized at a relatively thin width (resize the window to about half your monitor's width), the divs overlap. This would be a good place to use either relative positions or tables.
viola! thanks, man...i just overlooked that tag i guess.