Click to See Complete Forum and Search --> : positioning


russ801
04-03-2003, 04:52 PM
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

russ801
04-03-2003, 04:53 PM
css cose:


a.nextpage {
position: inherit;
top: 420px;
left: 170px;}

russ801
04-03-2003, 04:55 PM
absolute works better than inherit