Does anybody know if there is a solution to big font aligning at the top of a box?
 
For an example see:
 
The questionmark is in a span (background grey). I would like to have it aligned at the top, in line with the text on the right. (I tried line-height and minus values for padding-top but with no success)
 
here is the css for the span:
 
div.iconleft span{
padding: 0;
margin: 0;
font-family: arial black; arial, helvetica, geneva, sans-serif;
font-size: 50px;
color: #ff6666;
vertical-align: top;
background-color: #ccc;
}
---------------------------------------------
 
If anybody has a Mac I would appreciate if you could give http://www.globetrekking.com a quick test - it is my first website (redesign) using CSS for layout.
 
Thanks
Petra
 
 
 
 

Reply via email to