Border around images?

This is a discussion on "Border around images?" within the Web Page Design section. This forum, and the thread "Border around images? 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 Mar 27th, 2008, 02:05
New Member
Join Date: Mar 2008
Location: Georgia
Age: 17
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Border around images?

In Safari all the images have borders after I have placed them all in. Is there an easy fix to put in CSS?

Such as

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

Last edited by Aso; Mar 27th, 2008 at 11:58.
Reply With Quote

  #2 (permalink)  
Old Mar 27th, 2008, 02:30
frinkky's Avatar
Design Admin
Join Date: Oct 2006
Location: Southampton
Age: 30
Posts: 272
Blog Entries: 2
Thanks: 2
Thanked 2 Times in 2 Posts
Send a message via MSN to frinkky Send a message via Skype™ to frinkky
Re: Border around images?

all image links?

Code: Select all
img a {
border:none;
}
otherwise just:

Code: Select all
img {
border: none;
}
you use .class for classes and #ID for id's. These are your own custom titles. Regular elements (img or p for instance) require no preceding . or #
Last Blog Entry: Fobriwap! (Mar 10th, 2008)

Last edited by Aso; Mar 27th, 2008 at 11:58.
Reply With Quote
  #3 (permalink)  
Old Mar 27th, 2008, 12:00
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,012
Blog Entries: 2
Thanks: 5
Thanked 23 Times in 20 Posts
Send a message via Skype™ to Aso
Re: Border around images?

^If the images are links (if they are contained within an <a>) then you'll need to use;

Code: Select all
a img {
border: 0;
}
Notice how a precedes img?
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
Reply With Quote
  #4 (permalink)  
Old Mar 27th, 2008, 13:11
frinkky's Avatar
Design Admin
Join Date: Oct 2006
Location: Southampton
Age: 30
Posts: 272
Blog Entries: 2
Thanks: 2
Thanked 2 Times in 2 Posts
Send a message via MSN to frinkky Send a message via Skype™ to frinkky
Re: Border around images?

Dammit you're right, was 3.30am when I posted that
Last Blog Entry: Fobriwap! (Mar 10th, 2008)
Reply With Quote
Reply

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
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
Border around images Xhristy Web Page Design 2 Apr 5th, 2007 16:40
Graphical Border Pheonix Web Page Design 6 Dec 17th, 2006 05:00
Why only one border? timmytots Web Page Design 1 Nov 30th, 2005 21:32


All times are GMT. The time now is 03:07.


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