Zeate
04-06-2003, 03:09 PM
Hi, again!
I'm still want help in css...
And now it's borders around images... I want it, when it is a link, and not a link...
And I want it in css, so I don't have to write the code on every <img src....>
somebody knows?
kittycat
04-06-2003, 04:19 PM
img { border: 1px solid #000000; }
Is that what you mean? If so, just change the colour etc as needed :)
Zeate
04-06-2003, 04:27 PM
Now my Css look like this:
img {
filter: alpha(opacity=70);
-moz-opacity:0.8";
border: 1px solid #000000;
}
The filter is about when you touch the picture..
I don't get any border up, and it's annoying...!
kittycat
04-06-2003, 04:31 PM
At the end of your -moz-opacity there's a double quote, try removing that and see if it works.
Zeate
04-06-2003, 04:33 PM
Thanx! It's working :)
You're my angel!
Annoying that little signs can destoy my site!! But it's fine now, now I have to find a nice color!
:)
if the double quote was to represent an inch, then you may use
in
to represent it instead.