Forum Moderators: not2easy

Message Too Old, No Replies

ie and positioning anchors with css

         

akil

3:55 pm on May 31, 2007 (gmt 0)

10+ Year Member



im having a bit of a problem on a site im working on. in ie7 when i move the position of an anchor say top: -100px it totally ignores this and jumps to where the anchor is in the actual code. firefox and safari both jump to where the anchor has been placed. ie7 recognizes that the anchor has been moved and shows it when using the developer toolbar in the correct position but still jumps to the wrong place.

<snip>

any help would be appreciated.

thanks

akil

[edited by: Robin_reala at 7:58 pm (utc) on May 31, 2007]
[edit reason] Removing URL as per TOS #13 [webmasterworld.com] [/edit]

akil

9:39 pm on May 31, 2007 (gmt 0)

10+ Year Member



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

.poplink
{
visibility: hidden;
position: relative;
top: -215px;
}


<div class="movement_copy">
<table cellpadding="0" cellspacing="0" border="0" class="movement_content_table">
<tr>
<td colspan="2" class="movement_header">POP<a class="poplink" name="pop">POP</a></td>
</tr>
<tr>
<td class="movement_copy_text">
Cult360 managed the entire brand strategy, packaging design, sourcing, retail displays and sell in material from scratch, cultivating brand belief from the forefront.
</td>
<td class="movement_image1_table_nopad">
<img src="movement/lab57/lab57_pop_1.jpg">
</td>
</tr>
</table>
</div>