[css-d] always having this Problem with IE and linebreaks

2005-11-21 Thread Jan Milz
Hi, i try to solve this problem for a long time now: its described here: http://www.beltundsund.de/cssd/test.htm IE scales boxes higher as they are if a line break occurs in the code. removing the line break often solves it, but i dont undertand it at all ... maybe someone can help me out

Re: [css-d] safari users site check please - mrinfo.de

2005-11-09 Thread Jan Milz
and will not be, so i have to use a given font-size. thanks and greetz jan __ Belt+Sund Grafikdesign Webdesign http://www.beltundsund.de/ http://www.c-kn.de/leistungen-webdesign.html Felix Miata wrote: Jan Milz wrote Tue, 08 Nov 2005 18:10:29 +0100: http://service.mrinfo.de http

[css-d] safari users site check please

2005-11-08 Thread Jan Milz
I am developing the following site: http://service.mrinfo.de When i look at it with safari / osx tiger a cannot see the left navigation and the header. Its white. you can smear over it and then parts become visible. Do other users experience the same strange behavior? Thx Jan -- Belt+Sund

Re: [css-d] Form elements aligment

2005-11-07 Thread Jan Milz
Thats easy :) some markup like this: label class=leftname/label input type=text name=name value=br / and some css like this label.left { float: left; text-align: right; width: 5em; margin-right: .3em; } form br { clear: both; } then you have two columns. greetz, jan __

Re: [css-d] Image swapping

2005-11-03 Thread Jan Milz
No. not actually. you need javascript for doing that. By the way: the pseudo class hover works only in a tags with all bowsers. IE doesnt support :hover for block elements like divs. Greetz Jan __ Belt+Sund Grafikdesign Webdesign http://www.beltundsund.de http://www.c-kn.de

[css-d] css include

2005-11-02 Thread Jan Milz
Is it a problem to include several css files like this: link rel=stylesheet type=text/css href=http://192.168.0.100/milez/eclipse/style.css; link rel=stylesheet type=text/css href=http://192.168.0.100/milez/eclipse/style.css.php; link rel=stylesheet type=text/css