This is a discussion on "Is CSS always like this?" within the Web Page Design section. This forum, and the thread "Is CSS always like this? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Is CSS always like this?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Is CSS always like this?
I find that no matter how much design i put on paper, and mark out things like padding, dimensions, margin, floats or whatever.
When i start on my CSS, it never turns out right (sometimes does but never work in all browsers) So my Question is, is CSS always like this, am I always going to be kind of piecing together like a jigsaw (or so it seems)??? |
|
|
|
||||
|
Re: Is CSS always like this?
well.. yeah
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: Is CSS always like this?
Sorry for the bluntness.. ha
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: Is CSS always like this?
Well i'm not new to CSS and have been using it for about 6 months.
I always get problems but i can usually oversome them pretty quickly. * It just seems that when i finish a style and look back at the code,its like i've just pieced it together, does look very clean if you know what i mean) * * Whats this about IE6 and 3 pixels or something? |
|
||||
|
Re: Is CSS always like this?
Quote:
Quote:
If I have a really messy stylesheet for a client I usually spend a while organising it at the end of the project - however as I said I'm continuosly trying to improve how I organise the stylesheet as I work on it. |
|
||||
|
Re: Is CSS always like this?
Well conditional comments will certainly help ease your pain and keep things structured. Make style sheets specific to IE etc. I personally like to organize my style sheets into sections such as:
Global styles such as typography etc.. Link Styles Classes Layout styles Utility styles Then I make a sheet just for IE which is a completely separate file containing ONLY those elements which need tweaking in IE so it is usually a very small file.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: Is CSS always like this?
Yea me too...but I find ti hard to stick to those sections when I start tinkering!
|
|
|||
|
Re: Is CSS always like this?
Quote:
If you can get the largest aspects to do what they are supposed to do ie: header, navigation, content, wraps, footers, usually you only need a few jigsaw puzzle pieces to complete the package. You sound a little discouraged? Hang in there... |
|
|||
|
Re: Is CSS always like this?
CSS, or rather different browsers' varying support for it, can be a real pain (it is being a real pain for me at the minute - how am I suppose to make it beautiful if IE doesn't want me to!).
Makes me want to cry sometimes but some things are easier than others. It is irritating, you try to make something look great and do it all by the rules (separate style form content, make it accessible, etc.) and all you get is a whole bunch of browser complicating everything. It'll be ok in the end, I guess. Just keep at it, it takes a bit of work sometimes but so do all of the best things. Pete. |
![]() |
| Tags |
| css, problem, styling |
| Thread Tools | |
|
|