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

Web Development

 
GeneralRe: Advertising Business Pin
Mohammad A Gdeisat28-Jul-08 1:33
Mohammad A Gdeisat28-Jul-08 1:33 
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 
I'm so sorry for my English. I'm new.
I'd like to reduce above css code.
For example we can write
background: #746c5e url('image/body.jpg') repeat-y center;

instead of
background-image: url('image/body.jpg');
background-repeat: repeat-y;
background-position: center;


Do you understand what I mean ?

I want to reduce this code like that :

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

GeneralRe: How can I combine this CSS code ? Pin
Guffa27-Jul-08 15:15
Guffa27-Jul-08 15:15 
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 

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.