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? |
|
|
|
![]() |
Oct 21 2005, 10:51 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Oct 2005 Member No: 271,494 |
That works, except for one thing.
In IE, the "filter: gray" code turns the border into gray, too. In Firefox, the border overrides the filter and causes the image to just be normal and in colour. So, there's still some toying around that I need to do. =\ |
|
|
|
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
moorepocket well "filter:gray" applies to the whole ... Oct 24 2005, 03:24 PM
krizannenicole do you want it to have a blue border when it's... Nov 9 2005, 07:47 PM![]() ![]() |