> >> I have not been able to find a solution to my problem. I have added
> >> blank anchor tags like the one seen in the snip of code below.
> >>
> >> </ul>
> >> <a id="10" class="space"></a>
> >
> > You cannot use "10" here, check the last paragraph of section 6.2:
> > http://www.w3.org/TR/html401/types.html#h-6.2
> >
> >
> >> I want to drop the tag and have this:
> >>
> >> </ul>
> >> <p id="10">Since the early...
> >>
> >> This URL explains my problem with images.
> >> http://webpages.charter.net/jlgates/css.html
> >
> > Don't you have a test case or page that shows your issue?
> 
> http://webpages.charter.net/jlgates/sample.html

I don't think this is possible with CSS alone, but you could:
- use a two row frameset
- use an iframe
- use Javascript to make the jump

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
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/

Reply via email to