pealo86 Posted September 10, 2010 Share Posted September 10, 2010 Here is a page from a website that I am currently building: http://bit.ly/8XQniQ See in the left hand column there are 'read more' links within the paragraph. These are styled simply with: float:right; text-decoration:none; However in IE 6 and 7 it does not display properly. The read more link is knocked onto a new line, I need it to be on the same line as the final line on the paragraph (provided it has room to fit in that is). I was thinking of adding some code to my IE-specific stylesheet by positioning it relative and moving it up 10 or so pixels. But depending on how long the last line of text was within the paragraph, the link may overlap it. Does anybody have any ideas how I can fix this in IE? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/213032-floating-a-link-to-the-right-whilst-within-a/ 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.