Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
css "bar" on every image in div?
Old 04-25-2008, 10:26 PM css "bar" on every image in div?
Junior Talker

Posts: 2
Trades: 0
I want to have a "bar" at the bottom of all images in a div that has links in it..like email image, print image, digg image etc.
ive thought about doing this with a span but then i'll have to put every image in a span class. Can anybody point me in the right direction?
im pretty new to coding so this might be pretty simple to do..i just dont know
thanks in advance to all
nate is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-25-2008, 11:30 PM Re: css "bar" on every image in div?
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
I think you might be looking for something like this:

Code:
#bar img {
    border-bottom: 2px solid #000000;
}

Code:
<div id="bar">
<img ...>
</div>
joder is offline
Reply With Quote
View Public Profile
 
Old 04-26-2008, 05:55 AM Re: css "bar" on every image in div?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Or
Code:
a img {
    border-bottom: 2px solid #000000;
}
Which would only affect <img> elements inside <a>nchor elements
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to css "bar" on every image in div?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.75674 seconds with 12 queries