Linked image keeps displaying a border?

This is a discussion on "Linked image keeps displaying a border?" within the Web Page Design section. This forum, and the thread "Linked image keeps displaying a border? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 30th, 2006, 16:18
New Member
Join Date: Nov 2006
Location: Berkshire, UK
Age: 21
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ricoantinoro
Question Linked image keeps displaying a border?

Hey!

Here is an index page of mine in its early stages - www.runningred.net

The main problem is the 'The Clients' image in the nav panel, showing up with a border (both in IE and Firefox). If someone could look over the code and tell me what the problem is that'd be cool.

Also feel free to poke holes all over it and point out to me every problem you can see or any area where something could be different, or any other suggestions, whatever. Just tear it apart!

Cheers,
Reply With Quote

  #2 (permalink)  
Old Nov 30th, 2006, 16:53
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Linked image keeps displaying a border?

First off, I would recommend using an external style sheet. As for the image problem, that requires effort...I will look for the problem, but if I were to guess, I would say you forgot to do make your border 0 somewhere...but I shall look and see!!
Reply With Quote
  #3 (permalink)  
Old Nov 30th, 2006, 17:59
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,765
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Linked image keeps displaying a border?

img { border:0; }

#foo img a { border:0; }
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #4 (permalink)  
Old Nov 30th, 2006, 20:47
New Member
Join Date: Nov 2006
Location: Berkshire, UK
Age: 21
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ricoantinoro
Re: Linked image keeps displaying a border?

Always seems so obvious when someone points it out to ya! Think im too worried bout making the stylesheet as simple and short as possible.
Reply With Quote
  #5 (permalink)  
Old Dec 1st, 2006, 21:55
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Linked image keeps displaying a border?

Moojoo! You always make that mistake!!!

It's

Code: Select all
a img {
    border: 0;
}

/* NOT */

img a {
    border: 0;
}
Reply With Quote
  #6 (permalink)  
Old Dec 1st, 2006, 22:03
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Linked image keeps displaying a border?

hahahaha...lol
Reply With Quote
  #7 (permalink)  
Old Dec 2nd, 2006, 22:27
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Linked image keeps displaying a border?

Sorry, I got a little excited for seeing moojoo do that once before.
Reply With Quote
  #8 (permalink)  
Old Dec 2nd, 2006, 23:06
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Linked image keeps displaying a border?

hehe...everyone does something stupid like that every once in a while...In fact I just did something like that in the javascript forum...hehehe!!
Reply With Quote
  #9 (permalink)  
Old Dec 5th, 2006, 18:42
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Linked image keeps displaying a border?

I never make mistakes. I don't patronize any stores with "10 items or less" checkout lanes, either. That just annoys the crap out of my fanatic obsession with correct grammar.
Reply With Quote
  #10 (permalink)  
Old Dec 5th, 2006, 21:37
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Linked image keeps displaying a border?

hahaha...lol
Reply With Quote
  #11 (permalink)  
Old Dec 8th, 2006, 21:08
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,765
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Linked image keeps displaying a border?

Tit for tat. This or that.. Whatever, I M Sofa King We Todd It.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #12 (permalink)  
Old Dec 8th, 2006, 23:27
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Linked image keeps displaying a border?

¿Huh?
Reply With Quote
Reply

Tags
feedback, image border

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
need help with css to have a 50px image with padding border kets786 Web Page Design 2 Feb 26th, 2008 12:11
Firefox: black border at bottom of linked images ChrisTheSoul Web Page Design 3 Sep 3rd, 2007 08:26
Help Needed urgently! Getting rid of border on linked images SkyeGospel Starting Out 6 Aug 6th, 2007 20:32
Simple CSS Error. Please Help (Padded Border Around Image) tharshan Web Page Design 4 Mar 11th, 2007 00:37
Image gallery not displaying enlarged image AdRock PHP Forum 15 Sep 1st, 2006 11:31


All times are GMT. The time now is 02:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43