|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Sep 2002
Posts: 34,431
|
how do i do this? css question
a img {
border:none;} that's in the style sheet but there's ONE clickable image I want to have a border - nothing i've tried works. thanks
__________________
I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
|
|
|
|
|
|
#2 | ||
|
There can be only one
Industry Role:
Join Date: Aug 2001
Location: Somewhere else
Posts: 39,075
|
Quote:
Quote:
__________________
SIG TOO BIG |
||
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: Jan 2005
Location: icq.336487572
Posts: 751
|
try this:
img.border {border:1px solid #000;} <a href="#"><img src="image.jpg" class="border" /></a>
__________________
336487572 |
|
|
|
|
|
#4 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Sep 2002
Posts: 34,431
|
i thought of that but there's over a hundred photos i've already watermarked - i know it's only 10 minutes work to do them all over with a graphical border but i wanted to see if somebody has a CSS solution first before redoing the photos.
__________________
I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
|
|
|
|
|
|
#6 |
|
There can be only one
Industry Role:
Join Date: Aug 2001
Location: Somewhere else
Posts: 39,075
|
ahhhh, i thought you only needed one pic with a border. my bad.
__________________
SIG TOO BIG |
|
|
|
|
|
#7 |
|
Biker Gnome
Industry Role:
Join Date: Mar 2004
Location: cell#324
Posts: 23,200
|
thats the way I would go
__________________
Carbon is not the problem, it makes up 0.041% of our atmosphere , 95% of that is from Volcanos and decomposing plants and stuff. So people in the US are responsible for 13% of the carbon in the atmosphere which 95% is not from Humans, like cars and trucks and stuff and they want to spend trillions to fix it while Solar Panel plants are powered by coal plants think about that |
|
|
|
|
|
#8 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Sep 2002
Posts: 34,431
|
i did and it didn't work
i went a pic{ border: 3px; color: #FFF; } then class="pic" on the image didn't work, did i do it wrong? i fixed it by taking out the a img {border: none} - and put border: none on the id's that needed them and that let me add my border style to the image i wanted to have the border on.
__________________
I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
|
|
|
|
|
|
#9 | |
|
Too lazy to set a custom title
Industry Role:
Join Date: Sep 2002
Posts: 34,431
|
Quote:
a .pic
__________________
I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
|
|
|
|
|
|
|
#10 |
|
MFBA
Industry Role:
Join Date: Mar 2003
Location: PNW
Posts: 7,230
|
img.pic
a .pic a img.pic a.pic img should all work. depending on where you set your class. i would set the class in the image, and use the first line. |
|
|
|
|
|
#11 |
|
Confirmed User
Industry Role:
Join Date: Jan 2005
Location: Charlotte, NC
Posts: 125
|
You may want to make the style name more self-explanatory .. such as
.picnoborder to differentiate from the ones that do.
__________________
-fQ- modelswelove.com foxynetbabes.com xwebgirls.com adultvideolocker.com bunnyhoneys.com penthousehoneys.com |
|
|
|