div tags - changing link properties
hi,
my page has 2 colors. in top navigation , links need white due dark background. did not plan use links in body itself, have been forced. body color #efe9d1 , links need dark. trying use different style named .bodylink accomplish this. have used div tag, , having following problems. on design view of page linked fonts bold , white. when view in browser navigation fonts not bold , second link correct. (note: in design view body not view correctly, navigation does)
my script attached.
please tell me doing wrong.
my page has 2 colors. in top navigation , links need white due dark background. did not plan use links in body itself, have been forced. body color #efe9d1 , links need dark. trying use different style named .bodylink accomplish this. have used div tag, , having following problems. on design view of page linked fonts bold , white. when view in browser navigation fonts not bold , second link correct. (note: in design view body not view correctly, navigation does)
my script attached.
please tell me doing wrong.
read these -
http://www.thepattysite.com/linkstyles1.cfm
http://www.projectseven.com/tutorials/pseudoclasses/index.htm
--
murray --- icq 71997575
adobe community expert
(if *must* email me, don't laugh when so!)
==================
http://www.projectseven.com/go - dw faqs, tutorials & resources
http://www.dwfaq.com - dw faqs, tutorials & resources
==================
"little ricky productions" <webforumsuser@macromedia.com> wrote in message
news:fntbk0$qkm$1@forums.macromedia.com...
> hi,
>
> page has 2 colors. in top navigation , links need
>
> white due dark background. did not plan use links in body
> itself, have been forced. body color #efe9d1 , links need
>
> dark. trying use different style named .bodylink
> accomplish
> this. have used div tag, , having following problems. on
>
> design view of page linked fonts bold , white. when
> view
> in browser navigation fonts not bold , second link
> correct.
> (note: in design view body not view correctly, navigation
> does)
>
> script attached.
>
> please tell me doing wrong.
>
> a:link {
> color: #ffffff;
> text-decoration: none;
> font-weight: bold;
> font-family: verdana, arial, helvetica, sans-serif;
>
> .bodylink {
> color: #a14e23;
> text-decoration: none;
> font-weight: bold;
> font-family: verdana, arial, helvetica, sans-serif;
>
> <tr>
> <td align="left" valign="bottom"><div><p><a
> href="mediavision.html" target="_blank"
> class="bodylink">attendees•articles•videos</a></p></div></td>
> </tr>
>
http://www.thepattysite.com/linkstyles1.cfm
http://www.projectseven.com/tutorials/pseudoclasses/index.htm
--
murray --- icq 71997575
adobe community expert
(if *must* email me, don't laugh when so!)
==================
http://www.projectseven.com/go - dw faqs, tutorials & resources
http://www.dwfaq.com - dw faqs, tutorials & resources
==================
"little ricky productions" <webforumsuser@macromedia.com> wrote in message
news:fntbk0$qkm$1@forums.macromedia.com...
> hi,
>
> page has 2 colors. in top navigation , links need
>
> white due dark background. did not plan use links in body
> itself, have been forced. body color #efe9d1 , links need
>
> dark. trying use different style named .bodylink
> accomplish
> this. have used div tag, , having following problems. on
>
> design view of page linked fonts bold , white. when
> view
> in browser navigation fonts not bold , second link
> correct.
> (note: in design view body not view correctly, navigation
> does)
>
> script attached.
>
> please tell me doing wrong.
>
> a:link {
> color: #ffffff;
> text-decoration: none;
> font-weight: bold;
> font-family: verdana, arial, helvetica, sans-serif;
>
> .bodylink {
> color: #a14e23;
> text-decoration: none;
> font-weight: bold;
> font-family: verdana, arial, helvetica, sans-serif;
>
> <tr>
> <td align="left" valign="bottom"><div><p><a
> href="mediavision.html" target="_blank"
> class="bodylink">attendees•articles•videos</a></p></div></td>
> </tr>
>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment