Advanced search  

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

Pages: [1]   Go Down

Author Topic: problem with a:link css  (Read 3686 times)

0 Members and 1 Guest are viewing this topic.

roket

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
problem with a:link css
« 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
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: problem with a:link css
« Reply #1 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.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

roket

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: problem with a:link css
« Reply #2 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:
Logged

roket

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: problem with a:link css
« Reply #3 on: May 12, 2014, 09:52:07 pm »

i had forgot
a:hover
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.