- Joined
- May 18, 2006
- Posts
- 5,943
- Reaction score
- 103
Any CSS Experts here? 
I have a <div> with content that wouldn't display the desired content vertically at the top of the page. After fiddling around with various options I discovered that removing the
in the CSS fixed the issue, in everything but IE7.
IE7 still stubbornly refuses to display the content at the top of the page. Tried adding
etc too, no joy.
Any ideas?!
Thanks all.
I have a <div> with content that wouldn't display the desired content vertically at the top of the page. After fiddling around with various options I discovered that removing the
Code:
clear: both;
IE7 still stubbornly refuses to display the content at the top of the page. Tried adding
Code:
vertical-align:top;
Any ideas?!
Thanks all.