CSS und width / CSS and width
Posted: Thu 24. Mar 2005, 00:37
English Translation below.
Hallo,
ich bin nicht der große CSS-Kenner, denke aber schon, daß ich das Grundprinzip verstanden habe.
Nun habe ich mir auch mal das Standard-CSS angeschaut (im Bereich Admin) und bin da auf Angaben gestoßen, mit denen ich recht wenig anfangen kann:
Width steht für die Weite/Breite eines Elements, soweit klar. Aber wofür stehen "\width" und "w\idth"? Die beiden Angaben sagen mir nix. Vielleicht gibt es ja hier einen Experten, der mir das erklären kann. Ich würd mich freuen. 
ednong
##
English Translation
Hello,
I'm not really the guru of CSS, I'm beginner. And I have take a look into the Standard CSS, which comes with phpWCMS (in the admin area).
And I know, what the value "width" means. But I have found s.th. like this:
And here I don't know, what the values "\width" and "w\idth" are meaning. Is here somebody who can explain this to me? I would be very delight about this.
ednong
Hallo,
ich bin nicht der große CSS-Kenner, denke aber schon, daß ich das Grundprinzip verstanden habe.

Nun habe ich mir auch mal das Standard-CSS angeschaut (im Bereich Admin) und bin da auf Angaben gestoßen, mit denen ich recht wenig anfangen kann:
Code: Select all
#container {
width: 760px;
\width: 780px;
w\idth: 760px;

ednong
##
English Translation
Hello,
I'm not really the guru of CSS, I'm beginner. And I have take a look into the Standard CSS, which comes with phpWCMS (in the admin area).
And I know, what the value "width" means. But I have found s.th. like this:
Code: Select all
#container {
width: 760px;
\width: 780px;
w\idth: 760px;
ednong