![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi all! I'm making this news website, and in each page i have two CSS: one for the text and other for the footer... in both i determined a:link, a:visited and a:hover The website is temporarily in http://www.coresaocubo.pt/teste/html/08.html although i attached to different cells, different CSS styles, it only assumes a:link, a:visited and a:hover from one of them.... why is this happening, any ideas? what am i doing wrong? ![]() thx for any input, Ana ps. here is the code for both the CSS: -------------------------------------------------------- .texto { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666; text-decoration: underline; } ----------------------------------------------------- .footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: underline; } |
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi all! I'm making this news website, and in each page i have two CSS: one for the text and other for the footer... in both i determined a:link, a:visited and a:hover The website is temporarily in http://www.coresaocubo.pt/teste/html/08.html although i attached to different cells, different CSS styles, it only assumes a:link, a:visited and a:hover from one of them.... why is this happening, any ideas? what am i doing wrong? ![]() thx for any input, |
#4
| |||
| |||
|
|
Hi all! I'm making this news website, and in each page i have two CSS: one for the text and other for the footer... in both i determined a:link, a:visited and a:hover The website is temporarily in http://www.coresaocubo.pt/teste/html/08.html although i attached to different cells, different CSS styles, it only assumes a:link, a:visited and a:hover from one of them.... why is this happening, any ideas? what am i doing wrong? ![]() thx for any input, Ana ps. here is the code for both the CSS: -------------------------------------------------------- .texto { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666; text-decoration: underline; } ----------------------------------------------------- .footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: underline; } |
#5
| |||
| |||
|
|
Hi again... i see i have to spend a few time with this issue... thought it would be easier *snif*i'll tell you later if i could solve this prblm.. thx all for the quick answer! ana |
#6
| |||
| |||
|
|
Pseudo-classes and container styles are what you need - here are some tutorials. http://www.mako4css.com http://www.thepattysite.com/linkstyles1.cfm http://www.projectseven.com/tutorials/pseudoclasses/index.htm "ana" <anabreu (AT) coresaocubo (DOT) pt> wrote in message news:cf0ghm$1i4$1 (AT) forums (DOT) macromedia.com... Hi all! I'm making this news website, and in each page i have two CSS: one for the text and other for the footer... in both i determined a:link, a:visited and a:hover The website is temporarily in http://www.coresaocubo.pt/teste/html/08.html although i attached to different cells, different CSS styles, it only assumes a:link, a:visited and a:hover from one of them.... why is this happening, any ideas? what am i doing wrong? ![]() thx for any input, Ana ps. here is the code for both the CSS: -------------------------------------------------------- .texto { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666; text-decoration: underline; } ----------------------------------------------------- .footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: underline; } |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Al beat you by three minutes. Sheesh! Murray *TMM* wrote: Pseudo-classes and container styles are what you need - here are some tutorials. http://www.mako4css.com http://www.thepattysite.com/linkstyles1.cfm http://www.projectseven.com/tutorials/pseudoclasses/index.htm "ana" <anabreu (AT) coresaocubo (DOT) pt> wrote in message news:cf0ghm$1i4$1 (AT) forums (DOT) macromedia.com... Hi all! I'm making this news website, and in each page i have two CSS: one for the text and other for the footer... in both i determined a:link, a:visited and a:hover The website is temporarily in http://www.coresaocubo.pt/teste/html/08.html although i attached to different cells, different CSS styles, it only assumes a:link, a:visited and a:hover from one of them.... why is this happening, any ideas? what am i doing wrong? ![]() thx for any input, Ana ps. here is the code for both the CSS: -------------------------------------------------------- .texto { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666; text-decoration: underline; } ----------------------------------------------------- .footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: underline; } |
#9
| |||
| |||
|
|
Shuddup! -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver (If you *MUST* email me, don't LAUGH when you do so!) ================== 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 ================== "Mad Dog" <md (AT) mdp (DOT) com> wrote in message news:cf0i4g$3b4$1 (AT) forums (DOT) macromedia.com... Al beat you by three minutes. Sheesh! Murray *TMM* wrote: Pseudo-classes and container styles are what you need - here are some tutorials. http://www.mako4css.com http://www.thepattysite.com/linkstyles1.cfm http://www.projectseven.com/tutorials/pseudoclasses/index.htm "ana" <anabreu (AT) coresaocubo (DOT) pt> wrote in message news:cf0ghm$1i4$1 (AT) forums (DOT) macromedia.com... Hi all! I'm making this news website, and in each page i have two CSS: one for the text and other for the footer... in both i determined a:link, a:visited and a:hover The website is temporarily in http://www.coresaocubo.pt/teste/html/08.html although i attached to different cells, different CSS styles, it only assumes a:link, a:visited and a:hover from one of them.... why is this happening, any ideas? what am i doing wrong? ![]() thx for any input, Ana ps. here is the code for both the CSS: -------------------------------------------------------- .texto { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666; text-decoration: underline; } ----------------------------------------------------- .footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: underline; } |
#10
| |||
| |||
|
|
Shuddup! "Mad Dog" <md (AT) mdp (DOT) com> wrote in message news:cf0i4g$3b4$1 (AT) forums (DOT) macromedia.com... Al beat you by three minutes. Sheesh! Murray *TMM* wrote: Pseudo-classes and container styles are what you need - here are some tutorials. http://www.mako4css.com http://www.thepattysite.com/linkstyles1.cfm http://www.projectseven.com/tutorials/pseudoclasses/index.htm "ana" <anabreu (AT) coresaocubo (DOT) pt> wrote in message news:cf0ghm$1i4$1 (AT) forums (DOT) macromedia.com... Hi all! I'm making this news website, and in each page i have two CSS: one for the text and other for the footer... in both i determined a:link, a:visited and a:hover The website is temporarily in http://www.coresaocubo.pt/teste/html/08.html although i attached to different cells, different CSS styles, it only assumes a:link, a:visited and a:hover from one of them.... why is this happening, any ideas? what am i doing wrong? ![]() thx for any input, Ana ps. here is the code for both the CSS: -------------------------------------------------------- .texto { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF9900; text-decoration: underline; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666; text-decoration: underline; } ----------------------------------------------------- .footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none; text-align: left; vertical-align: top; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: none; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #666666; text-decoration: underline; } |
![]() |
| Thread Tools | |
| Display Modes | |
| |