![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
In the following html page, I'm using a stylesheet to move everything in the body over five percent, and then move the h1 heading back over to the left margin. On IE 6 (W2K & 98) the relative link (fragment identifier) only works if the heading text is wider than five percent of the window size. Is this a known bug? Is there a workaround? |
|
h1><a id="linky">l</a></h1 |
#2
| |||
| |||
|
|
It works correctly in Firefox, but not in IE6 on WinXP. |
|
Why don't you just write h1 id="linky">l</h1 ? |
|
Workaround could be this: style type="text/css" body { margin-left:0; text-indent:5%; } h1{ text-indent: 0%; } /style |
![]() |
| Thread Tools | |
| Display Modes | |
| |