Subject: Main site won't display properly in Opera
Hi!
Nice work on the new design, though there's one problem; the list on top of the page won't work in Opera.
May I suggest that you, instead of doing a div with a bunch of links, do something like this:
Then use margins and paddings to get the desired result. This works way better in most browsers, atleast in my experience.
Also, page won't validate right now; XHTML CSS
Nice work on the new design, though there's one problem; the list on top of the page won't work in Opera.
May I suggest that you, instead of doing a div with a bunch of links, do something like this:
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="download.html">Download</a></li>
</ul>
and CSS:<li><a href="home.html">Home</a></li>
<li><a href="download.html">Download</a></li>
</ul>
#top ul { list-style : none; text-align : right; }
#top li { display : inline; }
#top li { display : inline; }
Then use margins and paddings to get the desired result. This works way better in most browsers, atleast in my experience.
Also, page won't validate right now; XHTML CSS

wertigon
Show profile
Link to this post