Webmaster Key - Discussion Forums


Welcome, Guest. Please login or register.
Did you miss your activation email?
February 09, 2012, 11:18:50 AM

Login with username, password and session length
Welceome to Forums!

Important information for guests and new members:

In order to understand the full benefits of becoming an active member of this forum, please review the following information on guest and new member restrictions. These forum changes have been prompted by an overwhelming and unreasonable amount of bot postings and incoherent guest spam messages. We wish to prevent these events from happening in the future and make our community a more comfortable place for all of our members.

For guests:

Guests are not allowed to open new topics, polls, or posts attachments.
If you wish to open up new discussions on this forum, we encourage you to register.

For new members:

New members with less than five posts are not allowed to modify additional profile information such as avatars, contact information, biographies, and signatures. However, new members are encouraged to post their own topics or reply to topics initiated by other members. Become active on the forums and 5 posts should be an easy task!

We are a diverse community with members from all over the world. We encourage new ideas and interesting conversation. Do not be afraid to post webmaster/computer-related questions or problems, as our active members are always willing to help when they are able. Interested? Join us.

+ Webmaster Key Forums
|-+ Webmaster Corner
| |-+ Site Design and Web Authoring
| | |-+ CSS precendence problem
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print
Author Topic: CSS precendence problem  (Read 1769 times)
websj06
Jr. Member
*
Posts: 31


« on: October 13, 2006, 05:34:55 PM »

Hello everyone:

  I am working on a exericse which require to using embedded style to modify h3 headings.

  //regular h3 setting:
Code:
h3 {color: #ffcc00; font: 20px sand, sans-serif;}

//special setting for one particule h3 heading
text is 006600, font is Braggadocio or Brush script mt or sans-serif

 I first thought  using ID will be appropriate. After I applied the id style, it won't set it apart from reagular h3 tag style setting. I also tried !important and class, they don't work out either.

Please give me some suggestion on how to make this work. Thanks!

My code segment are like this
//regular h3 heading
Code:
h3 {color: #ffcc00; font: 20px sand, sans-serif;}

//ID h3 heading
Code:
#spech3 {"color: #006600; font-family: Braggadocio, Brush script mt, sans-serif;"}

//class style
Code:
h3.special {"color: #006600 !important; font-family: Braggadocio, Brush script mt, sans-serif;"}

//apply !important property
Code:
h3 {"color: #006600 !important; font-family: Braggadocio, Brush script mt, sans-serif;"}

<h3>Hello to the World!!</h3>
<h3 id="spech3">Awards</h3> //replace id with class = "special"


Jeff
10-13-06
Report to moderator   Logged
websj06
Jr. Member
*
Posts: 31


« Reply #1 on: October 14, 2006, 03:07:36 AM »

Hi everyone:

 I took a close look at my code again. There shouldn't be double quotation mark inside style declaration. I got mixed up with inline style. After I took off the double quotation mark, things works fine Smiley

Jeff
10-13-06
Report to moderator   Logged
SensoVision
Administrator
Veteran
*****
Posts: 5 857


I'm proud user of Debian GNU/Linux OS


WWW
« Reply #2 on: October 15, 2006, 08:34:11 PM »

glad it worked fine now, sorry I didn't appeared faster to help you out Tongue
Report to moderator   Logged

Denis
Pages: [1] Go Up Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print 
+ Webmaster Key Forums
|-+ Webmaster Corner
| |-+ Site Design and Web Authoring
| | |-+ CSS precendence problem

Jump to:  
« previous next »


Our Partners
RelmaxTOP Ranking System Web Hosting RelmaxTOP Ranking System
Staff Sites
12Noon[12Noon Gallery] Andy[Urgentclick]
Tamuril[Tamuril's Digital Art Exhibit] Sensovision
Powered by MySQL Powered by PHP We are hosted by Relmax Inc. |Our Privacy Policy | Sitemap
Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
Forum design by Tamuril © 2005.
Valid XHTML 1.0! Valid CSS!