[css-d] Problems with automatic div sizing

2006-01-16 Thread Jochen Kächelin
I have problems with this http://gizmo.sp-online.de/test.html under Firefox 1.07/Ubuntu and Opera 8.51/Ubuntu. The red-bordered div does not grow in size although the main and nav div are inside. So I can not put the footer div under the main_container div. It always apear under the main div

[css-d] Can someone check this and tell me if I'am on the right way, please?

2006-01-16 Thread Jochen Kächelin
I made my first steps with CSS: http://gizmo.sp-online.de/test.html I would be very pleased if someone could check this out and tell me if I'am on the right way or if I should start from the beginning. Thanx. -- wlanhacking.de ___

[css-d] whats your favorite way to test your stylesheets?

2006-01-15 Thread Jochen Kächelin
I mostly work on my Tecra Notebook running Ubuntu/Linux and I develop my sites with Quanta, BLuefish, Kate, Smarty, PHP, MySQL. I started to use CSS more extensive as I got a book (http://css-praxis.de) and read what is possible with css. I read a lot of browser specific problems and incompatib

[css-d] DIV Attributes to show "code"

2006-01-11 Thread Jochen Kächelin
I want to setup a div-css to show code (text in grey boxes) like on this site: http://www.debian-administration.org/articles/326 When I use "" without any CSS-commands linebrakes are shown correct. But when I use my .css: div.code { background-color: #DD;