| 
	
 | 
 Posted by jukka on 07/06/60 11:42 
Gernot Frisch wrote: 
> Something like this - but it's not correct in firefox, in IE it looks  
> good. 
>  
> <html> 
>  <head> 
>   <title>shadows</title> 
>   <style> 
>    H1.HeaderTx { position: relative; top: 0px; left: 0px; font-size:  
> 24pt;} 
>    H1.HeaderSh { position: relative; color: #c0c0c0; top: 1.8em; left:  
> 2px; font-size:24pt;} 
>   </style> 
>  </head> 
>  <body> 
>   <br> 
>   <table> 
>    <tr> 
>     <td>Here's some lengthy text</td> 
>     <td> 
>      <h1 class="HeaderSh">Download</h1><h1  
> class="HeaderTx">Download</h1> 
>     </td> 
>    </tr> 
>   </table> 
>  </body> 
> </html> 
>  
>  
 
try adding display: inline; probably won't help, but whatever
 
  
Navigation:
[Reply to this message] 
 |