-
-
I can help you out, but I'm not entirely sure I'm understanding what you want. Can you do a quick edit of that picture in Paint to visualize what you want?
-
-
What you want is a div that is absolutely positioned in the root of your body tag with the "posi<b></b>tion: absolute" CSS, then you want to adjust the actual position on the screen by playing around with pixel values in the "top: #px" and "left: #px" CSS. Throw those transparent images in the DIV and you'll be good to go on that. As far as making that border a solid 1px line, I'm not really sure what you're currently using to produce that thick line, but I'd just set a "border-top: 1px solid black" in the CSS for the gray element just below it.
-
-
If you want to reuse this, you could put everything that makes it happen inside of a div using "posi<b></b>tion: relative" which would make the absolutely positioned stuff inside of it absolute within the confines of the outer div. In this case, you might consider using a CSS-styled horizontal rule <hr> tag to make that 1px black line.
-
I would probably solve it this way. (HTML|CSS)
So yeah, pretty much what Necro suggested. Should work in all major browsers as far as I know.
-
-
Try setting the CSS property "z-index" for the <</>a> elements in your menu to something higher than default, say 50. Something like:
#nav a
{
z-index:50;
}
-
it's not fun, don't do it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules