![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
i want to display two boxes +------+ | Red |+------+ | || Blue | +------++------+ they have different height. how would i do this in mozilla since only block level elements support height attribute? and blocks are not displayed on the same line. in IE i could get away with the simple CSS: .red { height: 35px; background: red } .blue { height: 25px; background: blue } span class="red">Red</span><span class="blue">Blue</span |
![]() |
| Thread Tools | |
| Display Modes | |
| |