Jump to content

Links Overlapping? :S


Dan_Mason

Recommended Posts

Hello!

 

I am having a few problems with positioning in HTML, Not sure why this is happening, But 1 link is overlapping another link...

 

Here is the code for the 2 links that are supposed to look like this: Absolute | Percentage. (Seperated with a |)

 

<html>
        <div id="image1" style="display:none">
       <img src="GaugeSummaryAbsoluteGraph.php" border="0" alt="one" />
</div>

<div id="image2">
       <img src="GaugeSummaryGraph.php" border="0" alt="two" />
</div>

<a id="one" href="#" onclick="changeIt('image1');">Absolute</a>
<a id="two" href="#" onclick="changeIt('image2');">Percentage</a>	

</html>

 

The 2 Hyperlinks on the page look like this:

 

Linkwtf.jpg

 

Anyone any ideas?

 

Cheers, Dan :)

Link to comment
https://forums.phpfreaks.com/topic/185863-links-overlapping-s/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.