Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / CSS / August 2006



Tip: Looking for answers? Try searching our database.

img boarder width

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
News - 24 Aug 2006 23:49 GMT
img
{
border-color: WHITE;
border: 10px;
}

I read that if I do the above there will be a boarder on all four sides of
the IMAGE and that the boarder will be white. This does not work. What am I
doing incorrectly?

Warren

Signature

Totus possum, totum Deum.
Totus ero, totum meum.
WSW

David Dorward - 25 Aug 2006 00:01 GMT
>  border-color: WHITE;
>  border: 10px;

> I read that if I do the above there will be a boarder on all four sides of
> the IMAGE and that the boarder will be white. This does not work. What am
> I doing incorrectly?

Not setting the border-style to something other than "none", and (not so
much "incorrect" as inconsistent) using the border shorthand property to
set some properties and the expanded versions for other properties.

Signature

David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/>
                    Home is where the ~/.bashrc is

Jukka K. Korpela - 25 Aug 2006 06:58 GMT
David Dorward <dorward@yahoo.com> scripsit:

>>  border-color: WHITE;
>>  border: 10px;
[quoted text clipped - 7 lines]
> property to set some properties and the expanded versions for other
> properties.

To be a bit more explicit, use the following instead:
 border: solid white 10px;

Signature

Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

News - 28 Aug 2006 20:01 GMT
>>  border-color: WHITE;
>>  border: 10px;
[quoted text clipped - 7 lines]
> property to set some properties and the expanded versions for other
> properties.

OK thanks I will fix this

Signature

Totus possum, totum Deum.
Totus ero, totum meum.
WSW

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.