[thelist] help with fluid css layout

Kris Khaira kris at kriskhaira.com
Fri Jul 22 01:15:11 CDT 2005


If you'd like, you can also add this to the top of your CSS file:

*, body {margin: 0; padding: 0; }

That should overwrite everything. Examples of use: 
http://www.lifelogger.com/ and http://kriskhaira.com

--
Kris Khaira
Websites: http://kriskhaira.com / http://www.lifelogger.com


On Jul 22, 2005, at 1:48 PM, Donna Jones wrote:

> Sarah, the unexplained margins are the default margins from the 
> browser for the paragraphs.  If you add,
> p {margin: 0; padding: 0; } into your css, you'll see the margins go 
> away.
>
> I just started learning css-positioning in January and still feel like 
> a newbie, too.  you made me remember a "template" i did not too long 
> ago, all the colors brought it back, i think.  its here if you want to 
> look,
> http://www.westendwebs.net/css_class/template.htm  not the layout you 
> want but our minds were thinking the same way - getting rid of the 
> margins and such.
>
> hth
> Donna



More information about the thelist mailing list