Dave
Just curious if anyone has tried a CSS framework like Blueprint, YUI, are YAML CSS? What did you think? Are they worth trying out?
Dave
--
You received this message because you are subscribed to the Google Groups "Logan Developers" group.
To post to this group, send email to loga...@googlegroups.com.
To unsubscribe from this group, send email to loganDev+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/loganDev?hl=en.
Just curious if anyone has tried a CSS framework like Blueprint, YUI, are YAML CSS? What did you think? Are they worth trying out?
Dave
#right-side {
width: 300px;
margin-bottom: 1em;
/* Webkit (Safari, Chrome) */
-webkit-box-shadow: -3px 3px 32px #e8e8e8;
/* Gecko (Firefox, Camino) */
-moz-box-shadow: -3px 3px 32px #e8e8e8;
/* CSS3 */
box-shadow: -3px 3px 32px #e8e8e8;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); filter: alpha(opacity=50);
}
Just curious if anyone has tried a CSS framework like Blueprint, YUI, are YAML CSS? What did you think? Are they worth trying out?
Dave