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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/203277-hyperlink-css-height-ie/#findComment-1065948 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.