[css-d] Anchor Tags and Absolute Positioning

2009-07-23 Thread Deborah Lundgren
Hello,

I am using this code to position my menu. It works beautifully positioning
the menu to the right spot but the problem is that the rest of the page
looses the anchor tags in all the browsers except IE.

div align=center  style=margin:auto; left:0; right:0; bottom:0;
position:absolute; top:197px;²  menu code /div


I would greatly appreciate help or suggestions with this.
Thanks,
Deb


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Anchor Tags and Absolute Positioning

2009-07-23 Thread David McGlone
On Thursday 23 July 2009 04:22:12 pm Deborah Lundgren wrote:
 Hello,

 I am using this code to position my menu. It works beautifully positioning
 the menu to the right spot but the problem is that the rest of the page
 looses the anchor tags in all the browsers except IE.

 div align=center  style=margin:auto; left:0; right:0; bottom:0;
 position:absolute; top:197px;²  menu code /div

I might be way off, but I was doing a page today where I was trying to use a z-
index on an element and I was using the absolute position and and I had the 
same problem you describe, so I changed the absolute to relative and things 
worked in all browsers FF and IE 8, 7 and 6 but I didn't check 5. 

-- 
Blessings
David M.
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/