Why do i get purple borders around link images in beez??

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
glowisland
Joomla! Apprentice
Joomla! Apprentice
Posts: 36
Joined: Sun Dec 21, 2008 1:04 pm

Why do i get purple borders around link images in beez??

Post by glowisland » Tue Apr 28, 2009 1:35 pm

Whenever I make an image a link to another page of the site or to another site, the image gets a purple border around it. It's fine in Firefox but not in Internet Explorer. An image that is not a link is fine but as soon as i make the image a link, the purple border appears.

I know purple is the base colour in Beez but I think I've changed every instance of the colour code throughout all CSS files and it's still there.

Has any bright spark got any ideas please?

Many thanks in advance.

Steve :(

richrc1131
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 150
Joined: Wed Apr 18, 2007 12:37 pm

Re: Why do i get purple borders around link images in beez??

Post by richrc1131 » Tue Apr 28, 2009 2:27 pm

What is the url?

glowisland
Joomla! Apprentice
Joomla! Apprentice
Posts: 36
Joined: Sun Dec 21, 2008 1:04 pm

Re: Why do i get purple borders around link images in beez??

Post by glowisland » Tue Apr 28, 2009 2:57 pm

Hi It's on a temp url for now:

http://

I've realised that until the link is clicked on the border is blue (but i can't find that in the code either) and then goes purple after the link is clicked on and stays purple until caches are cleared (then it goes blue again).

Thanks.

bbcjraj
Joomla! Intern
Joomla! Intern
Posts: 86
Joined: Wed Apr 25, 2007 12:19 pm
Location: Pennsylvania, USA

Re: Why do i get purple borders around link images in beez??

Post by bbcjraj » Wed May 06, 2009 12:53 am

I had this problem too and while searching found this css code works. Place in the layout css.

Code: Select all

img    /* this puts a black line around all pictures - change color if you want  */
{border: #000000 solid 1px;}

a img          /* this gets rid of the border around a picture that is a link   */
{border: none;}

Hope this helps.
Becky

glowisland
Joomla! Apprentice
Joomla! Apprentice
Posts: 36
Joined: Sun Dec 21, 2008 1:04 pm

Re: Why do i get purple borders around link images in beez??

Post by glowisland » Wed May 06, 2009 6:42 pm

Thanks for your help Becky removing them worked fine.

;)

User avatar
Bikerdave
Joomla! Explorer
Joomla! Explorer
Posts: 267
Joined: Tue Jul 17, 2007 12:43 pm
Location: South West England Near Exeter

Re: Why do i get purple borders around link images in beez??

Post by Bikerdave » Sat Jul 30, 2011 11:59 pm

bbcjraj wrote:I had this problem too and while searching found this css code works. Place in the layout css.

Code: Select all

img    /* this puts a black line around all pictures - change color if you want  */
{border: #000000 solid 1px;}

a img          /* this gets rid of the border around a picture that is a link   */
{border: none;}

Hope this helps.
Becky
This was what I was looking for. Thanks for posting Becky :)
http://www.moorweb.co.uk

Rules Stifle Creativity


Locked

Return to “Templates for Joomla! 1.5”