forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: roket on May 09, 2014, 04:57:21 pm

Title: problem with a:link css
Post by: roket on May 09, 2014, 04:57:21 pm
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
Code: [Select]
<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
Code: [Select]
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
Title: Re: problem with a:link css
Post by: phill104 on May 09, 2014, 05:05:33 pm
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.
Title: Re: problem with a:link css
Post by: roket on May 09, 2014, 05:20:25 pm
i have ad now !important
but nthg cahnged i have delet my browser cache too
Code: [Select]
a:link {
    color: #000000; !important
    text-decoration: none;
}

a:visited {
    color: #000000; !important
    text-decoration: none;
firefox and crome tell me smthg about this:
Title: Re: problem with a:link css
Post by: roket on May 12, 2014, 09:52:07 pm
i had forgot
a:hover