HighDots Forums  

Styles Not showing up

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Styles Not showing up in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
yevri
 
Posts: n/a

Default Styles Not showing up - 07-15-2004 , 09:20 AM






Hi,

Can't search the site right now, so I'm posting a question that's probably
been answered before.

I used one of Macromedia's stylesheets to create a stylesheet for my site.
Basically I'm trying to get nav links at the bottom of the page to be different
than the links in the content section of the page. I applied the a.nav:link for
the bottom links in my site. In the DW window, it doesn't see the a.nav:link at
all, and not in the browser either. I've tried all the ways that the help pages
say to apply the css to the text. If I add regular links (a:link) into my
styelsheet, it will use those, but not the a.nav:link. Pasted below is the
stylesheet I'm using. Can someone clue me in?

Thanks,

Yevri



a.nav:link {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
padding: 2px;

a.nav:visited {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CFBBFF;
padding: 2px;
}

a.nav:hover {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
color: #00FF00;
padding: 2px;
}


Reply With Quote
  #2  
Old   
yevri
 
Posts: n/a

Default Re: Styles Not showing up - 07-15-2004 , 09:31 AM






I should also mention that, another style isn't showing up either. Footer. See
the full stylesheet below:

a:link {
color: #ffffff;
text-decoration: none;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a:visited {
color: #CFBBFF;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a:hover {
text-decoration: underline;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a.nav:link {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
padding: 2px;

a.nav:visited {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CFBBFF;
padding: 2px;
}

a.nav:hover {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
color: #00FF00;
padding: 2px;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.bodystyle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.small {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
}

.medium {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.big {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

.xbig {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
}

.expanded {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
letter-spacing: 2px;
}

.justified {
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
}

.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #ffffff;
}



Reply With Quote
  #3  
Old   
Nancy Gill
 
Posts: n/a

Default Re: Styles Not showing up - 07-15-2004 , 09:42 AM



Try .nav a:link


--
Nancy Gill
Team Macromedia Volunteer for Dreamweaver MX/UltraDev
http://www.macromedia.com/go/team/
BLOG: http://www.dmxwishes.com/blog.html
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


"yevri" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi,

Can't search the site right now, so I'm posting a question that's
probably
been answered before.

I used one of Macromedia's stylesheets to create a stylesheet for my
site.
Basically I'm trying to get nav links at the bottom of the page to be
different
than the links in the content section of the page. I applied the
a.nav:link for
the bottom links in my site. In the DW window, it doesn't see the
a.nav:link at
all, and not in the browser either. I've tried all the ways that the help
pages
say to apply the css to the text. If I add regular links (a:link) into my
styelsheet, it will use those, but not the a.nav:link. Pasted below is the
stylesheet I'm using. Can someone clue me in?

Thanks,

Yevri



a.nav:link {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
padding: 2px;

a.nav:visited {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CFBBFF;
padding: 2px;
}

a.nav:hover {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
color: #00FF00;
padding: 2px;
}




Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Styles Not showing up - 07-15-2004 , 09:52 AM



It would be impossible to say without also seeing your HTML code. Can you
show me?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"yevri" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I should also mention that, another style isn't showing up either. Footer.
See
the full stylesheet below:

a:link {
color: #ffffff;
text-decoration: none;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a:visited {
color: #CFBBFF;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a:hover {
text-decoration: underline;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a.nav:link {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
padding: 2px;

a.nav:visited {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CFBBFF;
padding: 2px;
}

a.nav:hover {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
color: #00FF00;
padding: 2px;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.bodystyle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.small {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
}

.medium {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.big {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

.xbig {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
}

.expanded {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
letter-spacing: 2px;
}

.justified {
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
}

.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #ffffff;
}





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.