Click here to Skip to main content
15,887,355 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Advertising Business Pin
stevio28-Jul-08 4:42
stevio28-Jul-08 4:42 
GeneralRe: Advertising Business Pin
Mohammad A Gdeisat28-Jul-08 5:11
Mohammad A Gdeisat28-Jul-08 5:11 
GeneralRe: Advertising Business Pin
stevio28-Jul-08 6:11
stevio28-Jul-08 6:11 
GeneralRe: Advertising Business Pin
Mohammad A Gdeisat28-Jul-08 6:31
Mohammad A Gdeisat28-Jul-08 6:31 
QuestionHow can I combine this CSS code ? Pin
Mohammad Dayyan27-Jul-08 2:09
Mohammad Dayyan27-Jul-08 2:09 
AnswerRe: How can I combine this CSS code ? Pin
Guffa27-Jul-08 7:24
Guffa27-Jul-08 7:24 
GeneralRe: How can I combine this CSS code ? Pin
Mohammad Dayyan27-Jul-08 12:46
Mohammad Dayyan27-Jul-08 12:46 
GeneralRe: How can I combine this CSS code ? Pin
Guffa27-Jul-08 15:15
Guffa27-Jul-08 15:15 
I see.

Like this:
css_class1{
	background-color: #988F81;
	border-top: 1px solid #F6F5F2;
	border-left: 1px solid #F6F5F2;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: #000000;
}

or like this:
css_class1{
	background-color: #988F81;
	border: 1px solid;
	border-color: #F6F5F2 #333333 #333333 #F6F5F2;
	color: #000000;
}


Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: How can I combine this CSS code ? Pin
Mohammad Dayyan28-Jul-08 5:21
Mohammad Dayyan28-Jul-08 5:21 
AnswerRe: How can I combine this CSS code ? Pin
Paul Conrad27-Jul-08 7:28
professionalPaul Conrad27-Jul-08 7:28 
GeneralRe: How can I combine this CSS code ? Pin
Mohammad Dayyan27-Jul-08 10:54
Mohammad Dayyan27-Jul-08 10:54 
GeneralRe: How can I combine this CSS code ? Pin
Paul Conrad27-Jul-08 11:36
professionalPaul Conrad27-Jul-08 11:36 
GeneralRe: How can I combine this CSS code ? Pin
Mohammad Dayyan27-Jul-08 12:11
Mohammad Dayyan27-Jul-08 12:11 
GeneralRe: How can I combine this CSS code ? Pin
Johnny ²27-Jul-08 12:16
Johnny ²27-Jul-08 12:16 
GeneralRe: How can I combine this CSS code ? Pin
Paul Conrad27-Jul-08 12:26
professionalPaul Conrad27-Jul-08 12:26 
GeneralRe: How can I combine this CSS code ? Pin
Mohammad Dayyan27-Jul-08 12:29
Mohammad Dayyan27-Jul-08 12:29 
JokeRe: How can I combine this CSS code ? Pin
Paul Conrad27-Jul-08 12:32
professionalPaul Conrad27-Jul-08 12:32 
GeneralRe: How can I combine this CSS code ? Pin
Mohammad Dayyan27-Jul-08 12:35
Mohammad Dayyan27-Jul-08 12:35 
GeneralRe: How can I combine this CSS code ? Pin
stevio28-Jul-08 4:24
stevio28-Jul-08 4:24 
GeneralRe: How can I combine this CSS code ? Pin
Mohammad Dayyan28-Jul-08 5:19
Mohammad Dayyan28-Jul-08 5:19 
QuestionDownLoad priority ? Pin
Mohammad Dayyan27-Jul-08 2:05
Mohammad Dayyan27-Jul-08 2:05 
AnswerRe: DownLoad priority ? Pin
Shog927-Jul-08 7:41
sitebuilderShog927-Jul-08 7:41 
AnswerRe: DownLoad priority ? Pin
stevio28-Jul-08 4:50
stevio28-Jul-08 4:50 
QuestionValidation using Javascript Pin
Mr. Wonderful26-Jul-08 3:29
Mr. Wonderful26-Jul-08 3:29 
AnswerRe: Validation using Javascript Pin
Shog926-Jul-08 5:50
sitebuilderShog926-Jul-08 5:50 

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.