[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.
IE6/Windows displays everything as expected.

Is there a way to size a div automatic depending on the size of another div 
inside?

Thanx.
-- 
wlanhacking.de

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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 incompatibilities.

So my question is how do you test your CSS?

Has everyone different OS running (Mac, Windows, Linux)?
Do you ask friends to test you website?

Whats your favorite way?

-- 
webmaster wlanhacking.de
http://mail.wlanhacking.de/cgi-bin/mailman/listinfo/wlanhacking
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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;
padding: 5px;
margin: 5px;
font-family: monospace;
font-size: 12;
border: 1px;
border-style: solid;
border-color: #00;
width: 500px;
}

No linebrakes are inseret and I only get one line.

Any suggestions?

Thanx

-- 
wlanhacking.de

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/