View Single Post
  #2  
Old 12-30-2008, 02:01 AM
  Vetrivel's Avatar 
Vetrivel Vetrivel is offline
 

eXpert
  
Join Date: Apr 2008
Posts: 398
 

Default Re: css optimization

As far as i know you code might not function properly, form the knowledge i gained
you can change only as follows
.printable #header .tabs,
.printable #header .line2,
.printable #header .printable {
display: none;
}

I havent tried this yet but i tihnk this will work out ,give it a try and give me your comments
Reply With Quote