Thank you
wass looking at CSS
#1
Posted 15 December 2005 - 03:35 PM
Thank you
#2
Posted 15 December 2005 - 05:57 PM
You can look at http://alistapart.com for a ton of info on CSS and multi-column layouts.
As for images, theres no difference. You would use the same amount of images for a CSS design, as you would for a table design (so long as you didn't use photoshop to slice it...), except that CSS would lower the file size (due to how many things you can change at once, vs. defining the same style thousands of times for every little thing).
Edited by rc69, 15 December 2005 - 05:58 PM.
#3
Posted 15 December 2005 - 07:02 PM
#4
Posted 15 December 2005 - 07:08 PM
thanks a bunch
Edited by Clandestine, 15 December 2005 - 07:12 PM.
#5
Posted 15 December 2005 - 07:25 PM
What people fail to reliaze is that CSS doesnt not make your layout! It just styles it, it doesnt create boxes just by using a simple css code... All CSS does is styles your webpage. Sure you can make something look like a box by using some of its features but you cannot make a box with just a css code.
To make divs (aka tables pretty much). Use the code:
<div id="name"> Content </div> (my personal fav is id)
Now you can add style to that by using:
#name {
background: #000;
}
Or something along the lines of.
Now CSS tends to load faster. Its also very clean and easy to read in the source of a webpage than tables.
#6
Posted 16 December 2005 - 03:05 PM
#7
Posted 16 December 2005 - 05:16 PM
#9
#10
Posted 16 December 2005 - 06:36 PM
when i slice my webpage, would i slice it just like i would if i was just going to put them in tables?
Edited by Clandestine, 16 December 2005 - 06:37 PM.
#11
Posted 16 December 2005 - 07:47 PM
Edited by Clandestine, 16 December 2005 - 09:55 PM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
