Click here to Skip to main content
15,912,400 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: External css Pin
Sandesh M Patil22-Apr-10 6:56
Sandesh M Patil22-Apr-10 6:56 
QuestionIframe problem Pin
josephong21-Apr-10 19:07
josephong21-Apr-10 19:07 
AnswerRe: Iframe problem Pin
enhzflep21-Apr-10 22:19
enhzflep21-Apr-10 22:19 
QuestionWhy is this page not the same as the others? Pin
Dalek Dave21-Apr-10 10:17
professionalDalek Dave21-Apr-10 10:17 
AnswerRe: Why is this page not the same as the others? Pin
User 171649221-Apr-10 11:13
professionalUser 171649221-Apr-10 11:13 
GeneralRe: Why is this page not the same as the others? Pin
Dalek Dave21-Apr-10 11:39
professionalDalek Dave21-Apr-10 11:39 
GeneralRe: Why is this page not the same as the others? Pin
User 171649221-Apr-10 12:32
professionalUser 171649221-Apr-10 12:32 
GeneralRe: Why is this page not the same as the others? Pin
xTraCD22-Apr-10 19:59
xTraCD22-Apr-10 19:59 
I second that notion.

When it comes to using CSS over multiple pages, there are many good practices to keeping things neat and tidy.
For example, external linking, I use a master.css file for the entire site, with global stuff; then I make proprietary CSS files for pages that might need some of their own special code (IE, a gallery, or contact-form maybe).

Version Controlling on websites is normally only necessary when you are dealing with a site that is being worked on by a bunch of clients, though it is a good practice to become accustomed to for future knowledge.

Also, I'd recommend trying to use reset.css often. It helps with a lot of bugs that can make you lose time, I know it saves me lots of time when it comes to doing cross-browser comparison. However inserting reset.css into a site that has been built without it can harm it in some cases, which is why it is better to have it linked at the beginning of your project.

you can get reset.css here:
http://meyerweb.com/eric/tools/css/reset/[^
GeneralRe: Why is this page not the same as the others? Pin
User 171649222-Apr-10 21:08
professionalUser 171649222-Apr-10 21:08 
GeneralRe: Why is this page not the same as the others? Pin
Dalek Dave22-Apr-10 22:17
professionalDalek Dave22-Apr-10 22:17 
GeneralRe: Why is this page not the same as the others? [modified] Pin
User 171649222-Apr-10 23:23
professionalUser 171649222-Apr-10 23:23 
QuestionDiv Alignment. Pin
salmonraju20-Apr-10 21:22
salmonraju20-Apr-10 21:22 
AnswerRe: Div Alignment. Pin
Tony Richards20-Apr-10 22:21
Tony Richards20-Apr-10 22:21 
GeneralRe: Div Alignment. Pin
Dalek Dave20-Apr-10 22:25
professionalDalek Dave20-Apr-10 22:25 
AnswerRe: Div Alignment. Pin
Dalek Dave20-Apr-10 22:24
professionalDalek Dave20-Apr-10 22:24 
GeneralRe: Div Alignment. Pin
salmonraju20-Apr-10 23:19
salmonraju20-Apr-10 23:19 
GeneralRe: Div Alignment. Pin
User 171649221-Apr-10 0:40
professionalUser 171649221-Apr-10 0:40 
GeneralRe: Div Alignment. Pin
salmonraju21-Apr-10 2:04
salmonraju21-Apr-10 2:04 
GeneralRe: Div Alignment. Pin
User 171649221-Apr-10 2:43
professionalUser 171649221-Apr-10 2:43 
AnswerRe: Div Alignment. Pin
daveyerwin21-Apr-10 6:04
daveyerwin21-Apr-10 6:04 
AnswerRe: Div Alignment. Pin
groower26-Apr-10 8:49
groower26-Apr-10 8:49 
Questionwindow.event Pin
swapnil Gadkari20-Apr-10 20:21
swapnil Gadkari20-Apr-10 20:21 
AnswerRe: window.event Pin
Brij20-Apr-10 20:52
mentorBrij20-Apr-10 20:52 
GeneralRe: window.event Pin
swapnil Gadkari20-Apr-10 21:21
swapnil Gadkari20-Apr-10 21:21 
GeneralRe: window.event Pin
Brij20-Apr-10 23:29
mentorBrij20-Apr-10 23: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.