Вот такая беда. Вот сайт http://cyclovac.kiev.ua/ В верху с права есть текст "Добавить в избранное" красным цветом. А мне нужно сделать белым. В CSS прописал color: #ffffff но толку никакого. Если пишу беграунт колор то цвет фона меняется. В чем проблема разобраться не могу. Может кто что посоветует??? класс кода css "baner" второй по счету.
/* Start Content link style */ /* The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active. [url="http://www.w3schools.com/CSS/css_pseudo_classes.asp"]http://www.w3schools.com/CSS/css_pseudo_classes.asp[/url] [url="http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/"]http://meyerweb.com/eric/thoughts/2007/06/...he-link-states/[/url] */ a { font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; color: #F68DA0; }
/* Adds special style to an unvisited link. */ a:link { font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; color: #840A21; }
/* Adds special style to a visited link. */ a:visited, a.visited { font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; color: #840A21; }
/* :hover - adds special style to an element when you mouse over it. */ a:hover, a.hover { font-family: Arial, Helvetica, Sans-Serif; text-decoration: none; color: #840A21; }
/* Finish Content link style */
/* Resert some headings default style & links default style for links in headings*/ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { font-weight: normal; font-style: normal; text-decoration: none; }
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
gumuch
Вот такая беда. Вот сайт http://cyclovac.kiev.ua/ В верху с права есть текст "Добавить в избранное" красным цветом. А мне нужно сделать белым. В CSS прописал color: #ffffff но толку никакого. Если пишу беграунт колор то цвет фона меняется. В чем проблема разобраться не могу. Может кто что посоветует??? класс кода css "baner" второй по счету.
Код CSS:
Код HTML:
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.