OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Trouble with Eric Meyer
This page's ID:
10975
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I'll try to make myself clear (I can see my question did look a bit confusing) I'll need to post some code. I'll post all the relevant stuff, since I'm not sure what to sort out: #info a span { display: none; } #leftcontent { position: absolute; left:10px; top:50px; width:200px; background:#fff; border:1px solid #000000; } #leftmenu { font: 16px Sans-serif; width:190px; height: 21px; background: #444; border-right: 5px solid #505050; border-width: 0px; font-size: 11px; text-align: left; margin: 0 0 0px; } #leftmenu a { display: block; width: 135px; padding-left: 50px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; color: #FFC; border-bottom: 1px solid #909090; text-decoration: none; } #leftmenu a:hover { color: #411; background: #D9B78D; } #info a:hover span { display: block; position: absolute; top: 340px; left: 0px; width: 175px; padding: 5px; margin: 10px; z-index: 100; color: #AAA; font: 10px Verdana, sans-serif; text-align: center; } #centercontent { background:#fff; padding: 5px 5px; margin-left: 199px; margin-right: 199px; border:1px solid #909090; voice-family: "\"}\""; voice-family: inherit; margin-left: 201px; margin-right: 201px; } html>body #centercontent { margin-left: 201px; margin-right:201px; } This is the css. Here is (a reduction of) my menu, in which the popup-effect works: <div id="leftcontent"> <div id="leftmenu"><span id="info"><a href="index.asp">Main<span>Return to the front page.</span></a></span></div> </div> ...and here is my "main frame", in which the popup-effect doesn't work: <div id="centercontent"> Some tekst blabla <span id="info"><a href="something">Text<span>This I want to appear the same place, as the popups in the menu items</span></a></span> </div> Any suggestions? I tried using div tags instead of span's w/o success. Mvh. Frederik S. frederik@spacy.dk
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »