![]() |
CSS trouble with Adopts links
This is weird. In my template.html file, the menu displays exactly how it should (minus the positioning etc.). But when I view it as a theme with the script, it just displays the links in a bulleted list at the bottom of the page. They both use the same CSS file, any idea why this is happening, anyone? :S
|
RE: CSS trouble with Adopts links
Is it in a table? I believe table cell default is "bottom", so if the vertical alignment of the cell it's in isn't set to "top", the addition of content can make it look like it's moving all over the place. Does that help?
<td valign="top"> |
RE: CSS trouble with Adopts links
Code:
#menu ul {margin:0 auto; padding:0; list-style:none; display:table; white-space:nowrap; list-style:none; height:2em; position:absolute; left: 300px; top: 200px;font-size:0.9em;} Adopts system link: http://jonalicious.com/tem/nk64/adoptables/index.php It shouldn't even be under the picture at all, being's the background image is set to fill the maximum of a user's screen. :S |
All times are GMT -5. The time now is 10:10 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.