-
positioning
As I slowly make the transition from tables for layout to CSS, I have a question.
a.return {
position: absolute;
top: 400px;
left: 100px;
visibility: visible;}
<A name="Gallery" class="nextpage" href="TVHS01.html" target="Main"><BIG>G</BIG>ALLERY</A>
It works fine in NS7 but not IE6.
Am I missing something?
Russ
-
wrong snippet
css cose:
a.nextpage {
position: inherit;
top: 420px;
left: 170px;}
-
helps if I read the right snippet
absolute works better than inherit
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
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
|
|
Bookmarks