So on one of my pet lookups, I am trying to position some image links at certain positions for the navigation instead of the standard navigation bar.
The code I am trying to use is:
<a href="http://www.neopets.com/myaccount.phtml" class="link1"><img src="http://i54.tinypic.com/2e5t6cl.png"></a>
<a href="http://www.neopets.com/customise/" class="link2"><img src="http://i54.tinypic.com/2e5t6cl.png"></a>
(and so on up to link 8)
<style>
a.link2, a.link1, a.link3, a.link4, a.link5, a.link6, a.link7, a.link8 {
border:none;
position:absolute;
width:126px;
height:116px;
}
a.link1 {
top:50px;
left:1px;
}
a.link2 {
top:1px;
left:1px;
}
(and so on up to link 8)
< /style><br clear="all">
Then i have rest of coding for lookup, which works fine!
But when I change the top and left px values, the image links do not move at all, and seem to be in some sort of row?
Can anyone help me solve this or give me another way to code this?
All help appreciated!
Page 1 of 1
Help With Coding Pet Lookup? Darn image links!
Share this topic:
Page 1 of 1

Help
This topic is locked




