Click here to Skip to main content
15,913,027 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: host two sites on IIS (W2K) Pin
Paul Watson11-Nov-02 2:24
sitebuilderPaul Watson11-Nov-02 2:24 
GeneralRe: host two sites on IIS (W2K) Pin
peterchen11-Nov-02 3:02
peterchen11-Nov-02 3:02 
GeneralRe: host two sites on IIS (W2K) Pin
leppie11-Nov-02 8:59
leppie11-Nov-02 8:59 
GeneralCreating same text value for two text fields Pin
BravoTwoZero11-Nov-02 1:35
BravoTwoZero11-Nov-02 1:35 
GeneralRe: Creating same text value for two text fields Pin
Nick Parker11-Nov-02 8:21
protectorNick Parker11-Nov-02 8:21 
QuestionSolid border only at the bottom border? Pin
Rickard Andersson2010-Nov-02 1:30
Rickard Andersson2010-Nov-02 1:30 
AnswerRe: Solid border only at the bottom border? Pin
Stephane Rodriguez.10-Nov-02 1:55
Stephane Rodriguez.10-Nov-02 1:55 
AnswerRe: Solid border only at the bottom border? Pin
Paul Watson10-Nov-02 21:16
sitebuilderPaul Watson10-Nov-02 21:16 
Rickard Andersson wrote:
style="border-bottom-style: 1 solid"

You cannot do that. Basically there are many ways of specifing the border.

One is like so: border: solid 1px #000000

Or you can break that up into:
border-width: 1px;
border-style: solid;
border-color: #000000;


Now that can be done for border-top, border-right, border-bottom and border-left

e.g. border-bottom: solid 1px #000000 or
border-botton-width: 1px;
border-botton-style: solid;
border-botton-color: #000000;


CSS gives you quite a few options to suite your coding style. I prefer the "all on one line" option and it is naturally lighter on bandwidth (which matters when a CSS file is downloaded hundreds of thousands of times a day.)


What you were trying to do is set the style of the border-bottom to a width of 1.

Also remember to put in the units for widths, e.g. px, em, % or pt. If you leave it out then different browers default to different things, which is bad Smile | :)

Paul Watson
Bluegrass
Cape Town, South Africa

Ray Cassick wrote:
Well I am not female, not gay and I am not Paul Watson
GeneralRe: Solid border only at the bottom border? Pin
Rickard Andersson2010-Nov-02 22:04
Rickard Andersson2010-Nov-02 22:04 
GeneralIIS 5.0 and ASP SSI oddities Pin
Roger Wright9-Nov-02 21:44
professionalRoger Wright9-Nov-02 21:44 
GeneralRe: IIS 5.0 and ASP SSI oddities Pin
Vasudevan Deepak Kumar10-Nov-02 17:35
Vasudevan Deepak Kumar10-Nov-02 17:35 
GeneralRe: IIS 5.0 and ASP SSI oddities Pin
Roger Wright10-Nov-02 17:41
professionalRoger Wright10-Nov-02 17:41 
Questiontry asp.net web matrix? Pin
zhoujun9-Nov-02 15:20
zhoujun9-Nov-02 15:20 
AnswerRe: try asp.net web matrix? Pin
David Stone9-Nov-02 19:38
sitebuilderDavid Stone9-Nov-02 19:38 
GeneralRe: try asp.net web matrix? Pin
zhoujun9-Nov-02 20:34
zhoujun9-Nov-02 20:34 
GeneralRe: try asp.net web matrix? Pin
David Stone11-Nov-02 5:06
sitebuilderDavid Stone11-Nov-02 5:06 
AnswerRe: try asp.net web matrix? Pin
leppie9-Nov-02 21:22
leppie9-Nov-02 21:22 
GeneralRe: try asp.net web matrix? Pin
Anonymous12-Nov-02 21:10
Anonymous12-Nov-02 21:10 
AnswerRe: try asp.net web matrix? Pin
Paul Watson11-Nov-02 5:10
sitebuilderPaul Watson11-Nov-02 5:10 
Questiontables in web page ? Pin
Sarvesvara (BVKS) Dasa8-Nov-02 21:03
Sarvesvara (BVKS) Dasa8-Nov-02 21:03 
AnswerRe: tables in web page ? Pin
Stephane Rodriguez.8-Nov-02 22:31
Stephane Rodriguez.8-Nov-02 22:31 
GeneralRe: tables in web page ? Pin
Sarvesvara (BVKS) Dasa12-Nov-02 1:37
Sarvesvara (BVKS) Dasa12-Nov-02 1:37 
GeneralRe: tables in web page ? Pin
Anonymous12-Nov-02 1:45
Anonymous12-Nov-02 1:45 
GeneralRe: tables in web page ? Pin
Sarvesvara (BVKS) Dasa16-Nov-02 2:05
Sarvesvara (BVKS) Dasa16-Nov-02 2:05 
AnswerRe: tables in web page ? Pin
Paul Watson9-Nov-02 4:32
sitebuilderPaul Watson9-Nov-02 4:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.