ok this is what you have to do...
one problem is that your code looks like this
HTML Code:
<div id="popup" href="#">Need help?
<div id="popbox">
<div id="poptop"> test test </div>
<ol><li class="quicktime_installation">test test </li>
<li>test test <acronym>"test"</acronym> test test <acronym>"test"</acronym> test test test test test test test test </li>
<li>test test <acronym>"test "</acronym> test test test test test test test test test test test test </li>
<li>test test test test test test test test test test test test </li></ol>
<div id="popcodec"> test test </div>
<ol class="codec_installation"><li>test test </li>
<li>test test <acronym>"test"</acronym> test test <acronym>"test"</acronym>test test test test test test test test </li>
<li>test test test test test test test test test test test test </li>
<li><strong>test test:</strong> test test test test test test test test test test test test test test test test test test </li></ol>
</div>
</div>
</div>
andyou have all three divs together so its trying to send it all together like its stuck together, this is what you have to do..
HTML Code:
<a id="popup" href="#nogo">
A Pop-up!!
<b>
<div id="popbox" title="This is my attempt at producing a javascript type alert box">
<div id="poptop"> TITLE</div>
<div id="warning"></div>
<div id="warningbox" title="Warning viewing this made blow your eyes!">!</div>
<div id="x" title="No it doesn't close the window">X</div>
All the text you can imagine! I love lucy haha
</span>
</b>
</a>
thats what i got from the page, all you have to do is edit your css not the div stuff.... thats why its all screwed up... anymore problems let me know and show your css and ill help you...
Bookmarks