On 7/9/2010 12:51 PM, Andreas Jacob wrote:
> Dear list members,
>
> I created an animated 3D Super Mario Icon with CSS only sans images:
> http://cordobo.com/1662-pure-css-animated-3d-super-mario-icon/
Sadly, this looks no better in Firefox 4.0b1 than it does in Firefox
3.6. I had hoped that Gec
On Wed, 16 Jun 2010 07:36:05 -0400, Tim Climis
wrote:
>That depends. Are you willing to use CSS3 properties which are not supported
>in all browsers yet? If you are, then CSS can help you.
>Spec: http://www.w3.org/TR/css3-multicol/
>and usage: http://www.css3.info/preview/multi-column-layout/
On 17 July 2010 04:29, Ian Dutton wrote:
> I am using SSI for my headers and footers. the background color of the
> header and footer is the same color as the text in the body of the site.
> how do i get my anchors in the header and footers to be white and the
> anchors in the body to be blue?
W
On Friday, July 16, 2010 6:40:11 pm TriState Advantage, Kris Jacobson wrote:
> Thank you, this worked but I don't understand why. I went back to my
> references and they said the overflow property is for when the content is
> larger then the settings on the space allows. But I had the settings of
>
On Friday, July 16, 2010 11:29:55 pm Ian Dutton wrote:
> how do i get my anchors in the header and footers to be white and the
> anchors in the body to be blue?
>
a {color: blue;} /* not really needed, since blue is the default */
#header a,
#footer a {
color: white;
}
You'll need to change
Hi!
just a quick explaination here:
http://onwebdev.blogspot.com/2010/07/css3-not-negation-pseudo-class.html
HTH ^.^/
http://www.css-zibaldone.com
http://www.css-zibaldone.com/test/ (English)
http://www.css-zibaldone.com/articles/ (English)
http://onwebdev.blogspot.com/ (English)
__