ja, eksemplet er taget ud af en større sammenhæng.
Jeg har "style.css" som ser sådan ud:
.body,table,td,a {
color:#333333;
font-family: Trebuchet,arial,helvetica;
font-size:11px;
font-weight: normal;
}
.bodyLinks {
color:#499AA6;
font-family: Trebuchet,arial,helvetica;
font-size: 11px;
}
.bodyLinks A:link {color: #499AA6;text-decoration: none;}
.bodyLinks A:active {color: #499AA6;text-decoration: none;}
.bodyLinks A:visited {color: #666666;text-decoration: none;}
.bodyLinks A:hover {color: #EE7D11;text-decoration: none;}
.bodyHeadline {
color:#000000;
font-family: Verdana,arial,helvetica;
font-size:14px;
font-weight: bold;
text-align=justify;
text-valign=top;
}
.breadcrums { font-family: Trebuchet,arial,helvetica; font-size: 11px;color: #cc3366; }
a.breadcrums:link , a.breadcrums:visited {color: #cc3366;text-decoration: none;}
a.breadcrums:hover, a.breadcrums:active {color: #cc33ff;text-decoration: none;}
.breadcrumsThisPage{
color:#ffffff;
font-family: Trebuchet,arial,helvetica;
font-size: 10px;
}
A.breadcrumsThisPage:link{color: #ffffff;text-decoration: none;}
A.breadcrumsThisPage:active {color: #ffffff;text-decoration: none;}
A.breadcrumsThisPage:visited {color: #ffffff;text-decoration: none;}
A.breadcrumsThisPage:hover {color: #EE7D11;text-decoration: none;}
.iconLinks {
color:#283663;
font-family: Trebuchet,arial,helvetica;
font-size: 10px;
}
.iconLinks A:link{color: #283663;text-decoration: none;}
.iconLinks A:active {color: #283663;text-decoration: none;}
.iconLinks A:visited {color: #283663;text-decoration: none;}
.iconLinks A:hover {color: #EE7D11;text-decoration: none;}
----------------------------------------------------------------------
Links bliver kaldt i en tabel, jeg kan her vise den <td> de hvorfra de bliver kaldt:
<td width="800" valign="top" align="right" class="iconLinks"><!-- Searchbar, sitemap-icon, contact-icon and breadcrums in right side upper corner -->
<img src="/dwm/cmsresources.nsf/filenames/Ico-lup.gif/$file/Ico-lup.gif">
<input type="text" name="search" class="IntranetSearch">
<button name="searchButton" type="button" class="IntranetSearch">Search</button>
<a href="/dwm/cmsdoc.nsf/sitesitemap?readform">     <img src="/dwm/cmsresources.nsf/filenames/Ico-Sitemap.gif/$file/Ico-Sitemap.gif" border="0" hspace="0">  Sitemap</a>
<a href="
http://www.clipper-group.com" target="_blank">     <img src="/dwm/cmsresources.nsf/filenames/Ico-Letter.gif/$file/Ico-Letter.gif" border="0" hspace="0">  Contact</a><br>
<div><span class="breadcrums"><a href="/dwm/cmsdoc.nsf/Content/pjkn6s8cdp">Home</a></span><font class="breadcrums"> > </font><a href="/dwm/cmsdoc.nsf/Content/wwww6saed5">News & Events</a><font class="breadcrums"> > </font><a href="/dwm/cmsdoc.nsf/Content/wwww6saeef" class="breadcrumsThisPage">Announcements</a></div>
</td>
----------------------------------------------------------------------
Det er nok lidt rodet, men måske du kan se noget ud af det...