View Single Post
  #5 (permalink)  
Old 12-04-2008, 02:05 PM
Website Design France Website Design France is offline
WebProWorld New Member
 
Join Date: Dec 2008
Location: Cannes, France
Posts: 10
Website Design France RepRank 0
Default Re: CSS Problem with IE

OK, changed the css to:

h1 {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: #FF6633;
font-size: 20px;
display: inline;
}

.h1subheading {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
}

but it still doesn't look right in IE
Reply With Quote