| Author | Post |
|---|
mediagenes Member
|
Posted: Fri Apr 18th, 2003 09:31 am |
|
| How many people really base their websites on CSS? Its extremely powerful and anyone getting into webdesign I really advice making your styling/theme for your website based on CSS principles as it makes it alot easier to update and gives you alot more control and options on your designs.
|
Aycan Administrator
| Joined: | Wed Nov 29th, 2000 |
| Location: | Columbus, Ohio USA |
| Posts: | 146 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Fri Apr 18th, 2003 02:41 pm |
|
| I have no statistics to support my claim, but from what I see on the web, almost every recently designed HTML web site use CSS to some extent. However, pure CSS layouts seem to be still rare; CSS is used mainly for basic things like changing font styles and colors. I think there is a good reason for that because CSS support is still problematic across browsers. I hate to see my perfectly working CSS/JavaScript code break whenever a new version of a browser comes out (read Mozilla 1.3). Also, the Mac versions of Internet Explorer are not very compatible with their Windows brothers. Netscape 4 and Opera are of course a pain in the neck (especially NS4). So, for the time being, it makes a lot of sense to limit the use of CSS for layout purposes.
|
mediagenes Member
|
Posted: Fri Apr 18th, 2003 02:45 pm |
|
| I pretty much encourage if for the design/styling only really. Laying out with positioning is a bit problematic though as its still abit buggy with so many browsers out there. Be nice when it all works but for looks id advise css but still cant emphasise enough testing, testing and more testing in other browsers.
|
Someguy Member

|
Posted: Tue Apr 29th, 2003 03:13 pm |
|
I'm actually rather fond of CSS for positioning and layout compared to tables. No more '3 pages of horizontal tabbing' code!
All my layouts now are DIVS with % positionings.
|
Firebrand Member
| Joined: | Thu May 15th, 2003 |
| Location: | United Kingdom |
| Posts: | 4 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Thu May 15th, 2003 11:53 am |
|
I really like to get into this css stuff, could anybody direct me to a good url?
I'd like to use css for paragragh positioning ect...
Thanks guys!
|
marcelo Member

|
Posted: Thu May 15th, 2003 05:33 pm |
|
yes, there are a lot of sites where you could read about CSS. For the newbies i encourage you to begin reading here:
http://www.htmlhelp.com/reference/css/
(it is a great site where you can learn almost ALL you need about HTML)
There are a lot of pages to read, so prepare several galons of coffee 
"may the patience be with be you, firebrand"
|
CreaToR Member

| Joined: | Tue Oct 8th, 2002 |
| Location: | |
| Posts: | 1 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Wed May 21st, 2003 07:10 pm |
|
Specially fot the Dutch people among us, i'd like to share this URL:
http://www.dto.tudelft.nl/mirhtml/
It definitly helped me years ago, starting to work with HTML,
they managed to keep there site up to date constantly, so now
there's a lot to find about CSS too!
|
Firebrand Member
| Joined: | Thu May 15th, 2003 |
| Location: | United Kingdom |
| Posts: | 4 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Wed May 21st, 2003 07:25 pm |
|
Cheers guys really appreciate it! the help that is
|
mattr555 Member
| Joined: | Mon Mar 8th, 2004 |
| Location: | |
| Posts: | 5 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Mon Mar 8th, 2004 09:50 am |
|
All of my sites in the last 18months have used tableless css markup. A combination of % and ems measurements ensure that the page is liquid at any text size and with the right code hooks, creating differnt themes and skins with css is a major benefit over old bloated pixel sized table designs.
Some good resources:
http://www.meyerweb.com
http://www.mezzoblue.com
http://www.alistapart.com/Last edited on Mon Mar 8th, 2004 09:52 am by mattr555
|
pvalade Member
| Joined: | Mon May 17th, 2004 |
| Location: | |
| Posts: | 1 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Mon May 17th, 2004 06:00 pm |
|
I am able to get scrolling working using CSS and <div> tag.
What I am trying to do is dynamically change the height value if the <div> when the browser is resized.
Is this possible using scripting inside the CSS page.
Pierre (originally from Ottawa)
|
relaxzoolander Super Moderator

| Joined: | Sun Jan 25th, 2004 |
| Location: | Columbus, Ohio USA |
| Posts: | 459 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Fri Nov 5th, 2004 12:22 am |
|
css is definitely the way to go.
...and the sooner you lose your dependence on tables...the better off you will be too.

-------------------------------------------
web design projects portfolio page
Last edited on Fri Jan 21st, 2005 01:34 am by relaxzoolander
|
 Current time is 11:56 am | |
|