|
|
#1 |
![]() Join Date: Nov 2009
Posts: 11
|
I have the links on my page set up as styles, a:link, a:visited, a:hover, a:active. But that limits my links to be at one point size type. Is there a way to have two distinct CSS styles for separate links at different point sizes?
|
|
|
|
|
|
#2 |
![]() ![]() Join Date: Aug 2005
Location: Bali
Posts: 5,143
|
see the link in my sig for different links
|
|
|
|
|
|
#3 |
![]() Join Date: Nov 2009
Posts: 11
|
Thanks, that worked out well. Can you help me with something else? How do I set up the link to open a new browser window, if the links are styled as such? If I use the built in java behavior, the linked website opens in the current window AND the new browser window.
|
|
|
|
|
|
#4 |
![]() Join Date: Apr 2009
Posts: 1,847
|
<a href="link.html" target="_blank">link</a>
__________________
If my answer helped, you might want to sign up for my Dominate Dreamweaver online training and learn to Dominate Dreamweaver in just 12 weeks. |
|
|
|
|
|
#5 |
![]() Join Date: Nov 2009
Posts: 11
|
Thanks, that worked!
|
|
|
|
|
|
#6 |
![]() Join Date: Feb 2006
Location: finland
Posts: 1,172
|
don't forget though that you shouldn't use pts for the web (except for a print style sheet) use percentages, ems or pixels (with the caveat that px don't resize in ie6) *if* that's what you mean by 'point sizes'
![]() |
|
|
|
|
|
#7 |
![]() Join Date: Nov 2009
Posts: 11
|
I was mistaken about point size, been too long working in print. I was using what ever the unit was in the drop down CSS menus in Dreamweaver which is px. (I just checked) So from what you've said I should change that to em.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|