![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Mozilla issues (v. 1.0): - There are 2 forms in the footer of the table. Both are set to display:inline. Also are the p elements inside of the forms. Though they are displayed as block elements in Mozilla. |
#3
| |||
| |||
|
|
Markus Ernst wrote: Mozilla issues (v. 1.0): - There are 2 forms in the footer of the table. Both are set to display:inline. Also are the p elements inside of the forms. Though they are displayed as block elements in Mozilla. What do you expect if you put block boxes into inline boxes? You may make the p elements display inline as well. |
#4
| |||
| |||
|
|
Johannes Koch wrote: Markus Ernst wrote: Mozilla issues (v. 1.0): - There are 2 forms in the footer of the table. Both are set to display:inline. Also are the p elements inside of the forms. Though they are displayed as block elements in Mozilla. What do you expect if you put block boxes into inline boxes? You may make the p elements display inline as well. What I wanted to say is: The p elements inside are display:inline, too. |
#5
| |||
| |||
|
|
Markus Ernst wrote: Johannes Koch wrote: Markus Ernst wrote: Mozilla issues (v. 1.0): - There are 2 forms in the footer of the table. Both are set to display:inline. Also are the p elements inside of the forms. Though they are displayed as block elements in Mozilla. What do you expect if you put block boxes into inline boxes? You may make the p elements display inline as well. What I wanted to say is: The p elements inside are display:inline, too. Ah, yes. In current Mozilla (1.7.2), the two forms are side by side. That's what you want? |
#6
| |||
| |||
|
|
I am building an admin environment for a CMS system. For the issues described I have a testcase available at http://www.ernstdeslebens.ch/csstest/ I am sorry the links are not useable as they lead to password-protected pages; it is only this page for demonstration. Both HTML (strict) and CSS validate. IE issues: - The two top containers (#corporate and #header) have the same total height of 70 pixels; one 8px margin-top and 62px height, the other 10px margin-top and 60px height. The containers below have both the same margin-top and start with the same h2.ganzoben (with margin-top=0px). Though they do not align in IE6. - If you hover the link "e" in the "Optionen" box, the table below it is moved for some pixels downwards. |
#7
| |||
| |||
|
|
I have a testcase available at http://www.ernstdeslebens.ch/csstest/ |
|
Does nobody have an idea about these? |
#8
| |||
| |||
|
|
"Markus Ernst" <derernst@NO#SP#AMgmx.ch> wrote: I have a testcase available at http://www.ernstdeslebens.ch/csstest/ |
#9
| |||
| |||
|
|
You are right, |
|
I took all unnecessary stuff out of the test case now, included the css definitions in the file, wrote the element names and the problems in the elements, colored the heading elements yellow, and properly intended everything. |
#10
| |||
| |||
|
|
Instead of focussing on what may be one of the numerous IE bugs, I'd suggest not using tables for layout, this will probably also solve the issue you are seeing. |
![]() |
| Thread Tools | |
| Display Modes | |
| |