![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hiya, First off I'm using the Dreamweaver 2col_leftnav.css file here. I'm using it for most of the pages on my website. I want my home page to stay static, but I want the rest of the pages to be a little bit different. When the user follows link "A" I want Page "A"'s fonts and background to change without changing the format of the home page. How can I do this? understand? |
#4
| |||
| |||
|
|
you could create h1A { font-family: Verdana,Arial,sans-serif; font-size: 120%; color: #334d55; } |
What would that do actually ?
#5
| |||
| |||
|
|
What would that do actually ? |
|
"The Law" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:cemtjo$rlb$1 (AT) forums (DOT) macromedia.com... you could create h1A { font-family: Verdana,Arial,sans-serif; font-size: 120%; color: #334d55; } Are you sure? What would that do actually ?-- Nadia Team Macromedia Volunteer for Dreamweaver --------------- http://www.DreamweaverResources.com Free Templates | Free Nav Bar Sets Dropdown Menu Designs | CSS Layouts Ecommerce - YVStore | SEO Articles Table Tutorials | Background image Tutorials ------------------------------------------------ Dreamweaver Tutorials http://macromedia.com/devnet/mx/dreamweaver/ ----------------- |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
(My bad, omitted the "#" symbol.) Sorry I meant, #h1A { font-family: Verdana,Arial,sans-serif; font-size: 120%; color: #334d55; } A custom style in the original CSS file for use on pages other than the home page. You could obviously call it anything. |
#8
| |||
| |||
|
|
"Tracey M" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:cemi7v$gq5$1 (AT) forums (DOT) macromedia.com... Hiya, First off I'm using the Dreamweaver 2col_leftnav.css file here. I'm using it for most of the pages on my website. I want my home page to stay static, but I want the rest of the pages to be a little bit different. When the user follows link "A" I want Page "A"'s fonts and background to change without changing the format of the home page. How can I do this? understand? These should help you learn to do what you are after: http://www.thepattysite.com/pseudoclass.cfm http://www.mako4css.com -- Nadia --------------- http://www.DreamweaverResources.com Free Templates | Free Nav Bar Sets Dropdown Menu Designs | CSS Layouts Ecommerce - YVStore | SEO Articles Table Tutorials | Background image Tutorials ------------------------------------------------ Team Macromedia Volunteer for Dreamweaver http://macromedia.com/devnet/mx/dreamweaver/ ----------------- |
![]() |
| Thread Tools | |
| Display Modes | |
| |