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.


 Subscribe in a reader

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

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Nov 30th, 2006, 17:18
New Member
Join Date: Nov 2006
Location: Berkshire, UK
Age: 21
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 30th, 2006, 17:53
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
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!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 30th, 2006, 18:59
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Linked image keeps displaying a border?

img { border:0; }

#foo img a { border:0; }
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 30th, 2006, 21:47
New Member
Join Date: Nov 2006
Location: Berkshire, UK
Age: 21
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Dec 1st, 2006, 22:55
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
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;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Dec 1st, 2006, 23:03
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Linked image keeps displaying a border?

hahahaha...lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Dec 2nd, 2006, 23:27
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Dec 3rd, 2006, 00:06
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
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!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Dec 5th, 2006, 19:42
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Dec 5th, 2006, 22:37
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Linked image keeps displaying a border?

hahaha...lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Dec 8th, 2006, 22:08
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Linked image keeps displaying a border?

Tit for tat. This or that.. Whatever, I M Sofa King We Todd It.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Dec 9th, 2006, 00:27
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Linked image keeps displaying a border?

¿Huh?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
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 13: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 01:37
Image gallery not displaying enlarged image AdRock PHP Forum 15 Sep 1st, 2006 11:31


All times are GMT. The time now is 10:25.


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