Hey guys… Im pretty good with CSS (or so I thought), but I’ve never had to do this so I don’t know why it isnt working - here’s the deal:
I have a page with a gallery of thumbnails all positioned by CSS. At the top of the page I have to small text gifs that read “interior” & “exterior”… I want those images to link to named anchors on the same page. So I wraped the link with this code:
<A HREF="#interior"><IMG SRC="interiors.jpg" BORDER="0" CLASS="interiors" ALT="Luxury Interiors"></A>
And the anchor point like this:
<A NAME="interior"><IMG SRC="luxuryInteriors.jpg" BORDER="0" CLASS="luxury" ALT="Luxury Homes"></A>
Here’s the problem… the images are CSS placed, but the links are not and they dont work… however when I do use CSS to place the links the page jumps to that anchor point automatically when you load the page.
Anyone care to enlighten me on the propper way to handle this?
Peace