Click here to Skip to main content
15,905,028 members
Home / Discussions / Web Development
   

Web Development

 
QuestionAdvertising Business Pin
Mohammad A Gdeisat27-Jul-08 3:35
Mohammad A Gdeisat27-Jul-08 3:35 
AnswerRe: Advertising Business Pin
Johnny ²27-Jul-08 3:39
Johnny ²27-Jul-08 3:39 
GeneralRe: Advertising Business Pin
Mohammad A Gdeisat27-Jul-08 22:59
Mohammad A Gdeisat27-Jul-08 22:59 
GeneralRe: Advertising Business Pin
Ashfield28-Jul-08 1:27
Ashfield28-Jul-08 1:27 
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 
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 
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 ?
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 

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.