This is a discussion on "css mess!" within the Web Page Design section. This forum, and the thread "css mess! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
css mess!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
css mess!
Hi
As some of you know, I don't know much! and am using dreamweaver for my site, without really knowing what I'm doing i've created several css style sheets, I think i may be able to do the formating I'm doing with just one, can I? and if so what do i need to do to put all of my seperate sheets into one? any help would be greatly apprecitated. Thanks |
|
|
|
#2
|
|||
|
|||
|
Re: css mess!
in case you need to see http://www.free-online-games-player.co.uk
|
|
#3
|
||||
|
||||
|
Re: css mess!
Of course, just take the contents of all of them, and stick them into one (or a new one). Then, just make sure all your pages have a link to it.
Do know, if you're combining style sheets and you have some property: value combinations that are the same, which ever is lower in the file will take precedence. Like this, Say you have: #leftCol { width: 250px; background-color: $ffc; } #leftCol { width: 270px; background-color: $ccc; } Then, your site will always show the lower set of values, because it is physically lower in the code. You may not have repeating values, but it can be common when merging css files. |
|
#4
|
|||
|
|||
|
Re: css mess!
thanks a lot, think i've got that sorted now... what I'd like to do now is put borders around the whole pages with css, is it possible to do this with one div?
|
|
#5
|
|||
|
|||
|
Re: css mess!
Borders on the whole page, to make it like a frame? Yes it is possible.
Add to this to your body { }
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
|
|
#6
|
||||
|
||||
|
Re: css mess!
Quote:
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#7
|
|||
|
|||
|
Re: css mess!
minute thats what I was suggesting, but I had to suppose that some people don't do it correctly and add a container :-D
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
|
|
#8
|
||||
|
||||
|
Re: css mess!
You can give the body a border.
|
|
#9
|
|||
|
|||
|
Re: css mess!
mason - that is what I said 3 posts ago... but that you can do it to a container as well, if needed (which would be more ideal).
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
|
|
#10
|
||||
|
||||
|
Re: css mess!
Quote:
|
![]() |
| Tags |
| css, mess |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ie6 utter mess&ie7 mess. safari&opera&firefox alright | thosecars82 | Web Page Design | 2 | May 21st, 2008 11:02 |
| OK in IE6 - a mess in the rest... | N7AS | Web Page Design | 13 | Dec 27th, 2006 15:40 |
| Getting into a mess! | csa | Web Page Design | 3 | Feb 23rd, 2006 14:16 |
| My mess. Your problem. Sorry! | timmytots | Web Page Design | 2 | Nov 26th, 2005 22:53 |