extremely new to CSS,, and I have a really simple question. |
extremely new to CSS,, and I have a really simple question. |
Oct 21 2005, 08:49 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Oct 2005 Member No: 271,494 |
I'm trying to put a nice, pretty, blue (to be exact, #4488ff) border around that image. I looked around in my code (basically took a styleset from someone else, then completely altered it) for other border codes and imitated them, but it did nothing. There were a few border codes that said stuff like so I tried perhaps doing and but to no avail. I tested it out with a solid gray border around the image, and that worked fine. But any other colours besides solid gray and black just won't work. Help? |
|
|
|
![]() |
Nov 9 2005, 07:47 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 53 Joined: Nov 2005 Member No: 284,602 |
do you want it to have a blue border when it's hovered on only? if you do, maybe you could try this code:
if you want a blue border around the image all the time maybe this code: |
|
|
|
the tonestarr extremely new to CSS, Oct 21 2005, 08:49 AM
khraene Try this:
CODEborder: 2px solid #4488ff;
=] Oct 21 2005, 10:16 AM
the tonestarr That works, except for one thing.
In IE, the ... Oct 21 2005, 10:51 PM
moorepocket well "filter:gray" applies to the whole ... Oct 24 2005, 03:24 PM![]() ![]() |