[ 3 posts ]

Joseph Duke

  • Username: jmduke
  • Joined: Tue Feb 09, 2010 9:14 am
  • Posts: 2
  • Offline
  • Profile

Meaning/functionality of this Property Declaration

Post Posted: Fri May 28, 2010 8:56 am
+0-
I'm trying to create a layout-skin.css to suit our needs and found the following entry in the file:

/* Style the footer */
.yui-skin-sam .yui-layout div.yui-layout-ft {
border: 1px solid #808080;
border-top: none;
*border-top-width: 0;
background-color: #f2f2f2;
}

I'm fairly resourceful and try to research and learn things I don't understand. But I can't find any information out on the web for the line:

*border-top-width: 0;

What does the asterisk imply here?

Thanks,
Joe

Dav Glass

  • Username: davglass
  • Joined: Thu Aug 28, 2008 9:28 am
  • Posts: 2088
  • Location: Marion, IL, US
  • Twitter: davglass
  • GitHub: davglass
  • Gists: davglass
  • IRC: davglass
  • Offline
  • Profile

Re: Meaning/functionality of this Property Declaration

Post Posted: Fri May 28, 2010 10:47 am
+0-
It's an IE specific rule, see this:

http://en.wikipedia.org/wiki/CSS_filter#Star_plus_hack

Joseph Duke

  • Username: jmduke
  • Joined: Tue Feb 09, 2010 9:14 am
  • Posts: 2
  • Offline
  • Profile

Re: Meaning/functionality of this Property Declaration

Post Posted: Fri May 28, 2010 10:49 am
+0-
Thanks ... I'll check it out.
  [ 3 posts ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum