problem with a:link css problem with a:link css
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

problem with a:link css

Started by roket, May 09, 2014, 04:57:21 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

roket

Hello
i hope my english is good enoth ;)

now to my problem:
i have ad a nav bar to my template "curve" at the left side.
for this i have ad
<table width="98%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td bgcolor="#F0F0F0" style="background-image:url(themes/giallo/images/button_bar_shadow2.gif)" valign="top"></td>
    <td width="10" height="10" style="background-image:url(themes/giallo/images/button_bar_shadow2.gif)" valign="top">
    <img src="themes/giallo/images/button_bar_shadow3.gif" alt="" width="10" height="10" /></td>
    <td valign="top" bgcolor="#FFFFFF" height="10" width="100%" style="background-image:url(themes/giallo/images/button_bar_shadow2.gif)"></td>
  </tr>
  <tr>
    <td bgcolor="#F0F0F0" valign="top" nowrap="nowrap">
<body  link="#000" vlink="#000" alink="#000">
<a href="/ueber-diese-seite.html">&nbsp;&nbsp;&Uuml;ber Diese Seite&nbsp;&nbsp;</a> <br>
  <a href="http://cams21.de">&nbsp;&nbsp;Zu cams21.de&nbsp;&nbsp;</a> <br></br>
<h3>&nbsp;&nbsp;FAQ&nbsp;&nbsp;</h3>
<a href="/Eigene-Bilder-Hochladen.html">&nbsp;&nbsp;Bilderupload&nbsp;&nbsp;</a><br></br>
</body>
</td>


                   
    <td width="10" height="100%" style="background-image:url(themes/giallo/images/button_bar_shadow4.gif)"></td>
    <td valign="top" bgcolor="#FFFFFF" height="100%" width="100%">
     {GALLERY}</td>
  </tr>

to my template.html  i have the code out of the template of giallo,

now i have problems with the url color, its not black like in my css sheet defined, the problems is on the hole page, not only on my new navbar. for example at "suche"
http://forumcam.vela.uberspace.de/search.php

i have alrdy change at the css sheet of my style the color to
a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;


i hope you can help me :) if you need any thing to solve the problem then tell it to me

url to copermine:
forumcam.vela.uberspace.de

phill104

Unfortunately, I cannot see your site right now as on a company firewall.

However, you have a number of options. You could cheat and use the !important tag in your CSS to force your chosen colour. Not pretty but would work.

Alternatively, use a tool like Firebug for Firefox to see exactly what line of CSS it really selecting the problematic icon.
It is a mistake to think you can solve any major problems just with potatoes.

roket

i have ad now !important
but nthg cahnged i have delet my browser cache too
a:link {
    color: #000000; !important
    text-decoration: none;
}

a:visited {
    color: #000000; !important
    text-decoration: none;

firefox and crome tell me smthg about this:

roket