creepy heather
04-11-2005, 02:31 PM
I have a drop down menu for my website but when I put in the javascript code it puts my drop down menu above my header. I would like to have it right below my header instead. I guess I'm suppose to us divs to postion it there but I'm not sure of the code. Can any one help?
creepy heather
04-11-2005, 04:03 PM
I have a drop down menu for my website but when I put in the javascript code it puts my drop down menu above my header. I would like to have it right below my header instead. I guess I'm suppose to us divs to postion it there but I'm not sure of the code. Can any one help?
I started messing with it and I came up with this code:
<div id="LayerNameHere" style="position:absolute;
left:0px;
padding-top: 177px;
padding-bottom: 10px;
padding-left: 1em;
padding-right: 0px;">
The only problem I have now it making it work in mozilla firefox and ie. I think it's a little bit different in mac's ie too... x_X
MaGiCSuN
04-11-2005, 04:23 PM
the full coding would be:
<div id="LayerNameHere" style="position: absolute; left: 0px; padding-top: 177px; padding-bottom: 10px; padding-left: 1em; padding-right: 0px;"> bla bla </div>
and you need a top position in it aswell :) so after left: 0px; add top: #px;
and replace the #'s with a number.
if that is still not what you want then post an url to the site you are having problems with thanks :)
Love,
Mirna
creepy heather
04-11-2005, 04:49 PM
Here's how it looks in a couple of browsers.
http://img.photobucket.com/albums/v60/Mundinsandfury/picture2.gif
Mozilla FireFox
http://img.photobucket.com/albums/v60/Mundinsandfury/picture3.gif
IE
http://img.photobucket.com/albums/v60/Mundinsandfury/Picture1.jpg
IE for Macs
And here is a url to my website www.nvpanda.ill-wed.com/wordpress
creepy heather
04-11-2005, 05:07 PM
Maybe I can use IE hacks if I had the div to css... but I'm not sure about those ie hacks or what to do. x_x
-----
I'm messing with a ie hack now... let's see how it turns out.
-----
M'kay... that didn't work so I'm stuck with what I have now and it looks different in everyone browser it seems. x_x
creepy heather
04-11-2005, 08:04 PM
I finally got a code that almost works. It's still a little off in different browers. In Left:#, it's perfectly in each browser but when I work with Top:# it's alittle off... how can I fix this? ><;;
creepy heather
04-12-2005, 02:05 PM
Bringing up topic to first page.
creepy heather
04-12-2005, 06:54 PM
I still need help even though this post has fallen off the first page or so... Sorry for making mulitple posts but I can't edit my posts. But it seems that someone has edited them for me... hm.. Now I'm not sure what's the point of not being allowed to edit post if they end up being edited for you. o.O;
creepy heather
04-12-2005, 11:12 PM
I dont need any help anymore.. thanks anyway you can delete this thread.