Thomas Luethi: Layer im opera positionieren???

Beitrag lesen

Hallo,

##divContainer {LEFT: 313px; VISIBILITY: show; OVERFLOW: hidden; WIDTH:500px; CLIP: rect(0px 500px 21px 0px); POSITION: absolut; TOP: 110px; HEIGHT: 200px}
##divContent {LEFT: 0px; POSITION: absolut; TOP: 0px}

1. Was sollen diese zwei ##? Eine Raute reicht.
2. Es gibt kein visibility:show
   Es heisst: visibility:visible
   Siehe http://selfhtml.teamone.de/css/eigenschaften/positionierung.htm#visibility

mfg
Thomas