[themes] Changing Style.css doesn't reflect for Internet explorer
brendan, fresh-off.com
hello at fresh-off.com
Thu Sep 25 23:14:55 UTC 2008
hello vishakha, for comments in CSS style sheets, use:
/* comment */
here's a W3 Schools link discussing CSS syntax:
http://www.w3schools.com/Css/css_syntax.asp
also, try running your CSS through a CSS validator, it's almost always
helpful!!
-brendan, fresh-off.com
-----Original Message-----
From: themes-bounces at drupal.org [mailto:themes-bounces at drupal.org] On Behalf
Of Konstantin Käfer
Sent: Wednesday, September 24, 2008 10:59 PM
To: A list for theme developers
Subject: Re: [themes] Changing Style.css doesn't reflect for Internet
explorer
// is not a valid commenting style for CSS.
On 24.09.2008, at 22:37, Vishakha Tambe wrote:
> I've just changed some background colors and font colors,
> nothing else.
> There was header image and i just commented that code and put
> the code-line for background image :
>
> #header {
> //background:url(images/header.png) repeat-x;
> background-color : #B00000;
> height:100px;
> margin:0;
> padding:0;
> }
>
> .sidebar .block h2 {
> height:19px;
> //background:url(images/blockhead.png) no-repeat;
> background-color : #B00000;//#808080; //#000000 ;
> color: #fff; //#6C7A8D;
> font-size:13px;
> //font-weight:700;
>
> //margin: 10px -8px 8px -5px;
> padding:4px 2px 4px 6px;
> }
>
> These are some code segment where i've done small changes.
>
> Thanks,
> Vishakha
> _______________________________________________
> themes mailing list
> themes at drupal.org
> http://lists.drupal.org/mailman/listinfo/themes
_______________________________________________
themes mailing list
themes at drupal.org
http://lists.drupal.org/mailman/listinfo/themes
More information about the themes
mailing list