Posted By


0range on 03/25/10

Tagged


Statistics


Viewed 301 times
Favorited by 0 user(s)

ie6 first-child


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. .ie {_border-top-width: expression(this.previousSibling==null?'0':'1px');}
  2. .ie {_margin-top: expression(this.parentNode.children(0)?'40px':'20px');}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.