XpertWorlock Posted May 29, 2010 Share Posted May 29, 2010 How can I make the height of a hyperlink in IE work. <a href="test.html" style="position:absolute; height:30px; width:57px; overflow:hidden"></a> This works in firefox, but IE doesn't seem to take the height into effect. Am I wrong, or is their a different way, without javascript Link to comment https://forums.phpfreaks.com/topic/203277-hyperlink-css-height-ie/ Share on other sites More sharing options...
haku Posted June 1, 2010 Share Posted June 1, 2010 <a> tags are inline tags, and won't hold height. You will need to make it a block level element if you want to be able to set a height. Link to comment https://forums.phpfreaks.com/topic/203277-hyperlink-css-height-ie/#findComment-1065948 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.