a little help regarding html/css

Discussion in 'HTML & Website Design' started by catalin, Jun 19, 2008.

  1. #1
    i have coded a template and when i click on a portion of the template that has a link attached to it gets selected in firefox,a small blue contur apears,in internet explorer works just fine.
     
    catalin, Jun 19, 2008 IP
  2. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #2
    Not sure what you mean by "contur" ... did you specify an "active" color of blue for the link in your CSS?
     
    itcn, Jun 19, 2008 IP
  3. catalin

    catalin Peon

    Messages:
    498
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yes,it's a blue square that surrounds the link(cut image),when you click on the link and it remains like that afterwards
     
    catalin, Jun 19, 2008 IP
  4. Bonzo3000

    Bonzo3000 Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The blue border seems to be a new feature of Firefox 3.

    It was white in firefox 2.
     
    Bonzo3000, Jun 19, 2008 IP
  5. catalin

    catalin Peon

    Messages:
    498
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #5
    bassicaly it's a link(not text,image),that has been clicked and visited.
     
    catalin, Jun 19, 2008 IP
  6. navtej

    navtej Peon

    Messages:
    349
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    well can i see your site
     
    navtej, Jun 19, 2008 IP
  7. catalin

    catalin Peon

    Messages:
    498
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7
    no,it's not uploaded,i'm coding it now
     
    catalin, Jun 19, 2008 IP
  8. Autodidact

    Autodidact Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    My guess is you haven't specified a style rule for a visted link and Firefox3 has a default style.
     
    Autodidact, Jun 19, 2008 IP
  9. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #9
    exactly

    you can add something like this to your css to remove it:

    a: visited { border: none; }
     
    arwen54, Jun 20, 2008 IP
  10. catalin

    catalin Peon

    Messages:
    498
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #10
    ok,thanks very much
     
    catalin, Jun 20, 2008 IP