This is a discussion on "[SOLVED] Problem with float - In mozilla" within the Web Page Design section. This forum, and the thread "[SOLVED] Problem with float - In mozilla are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Problem with float - In mozilla
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
[SOLVED] Problem with float - In mozilla
I have a very basic doubt using float property. Here is my CSS Code:
#maindiv{width:800px;border:#7F7F7F 1px solid;margin:0 auto;} .contdiv1{float:left;width:500px;padding:20px 5px 10px 25px;border:1px #990033 solid;} .contdiv2{float:right;width:180px;padding:20px 25px 10px 5px;border:1px #990033 solid;} and my HTML: <div id="maindiv"> <div class="contdiv1">float left</div> <div class="contdiv2">float right</div> </div> Now, the problem is: I should get the border for the entire content. But its not showing border around the 2 DIVs which is placed inside the main div. Actually I have defined the border for the main div also. I can see the border, but thats showing as a line above ".contdiv1 and 2". I dont have this problem with IE. Is that something wrong with my code or is there any alternate for this? Please help me!!! |
|
|
|
||||
|
Re: Problem with float - In mozilla
|
|
||||
|
Re: Problem with float - In mozilla
Try adding display:table to the maindiv
|
|
|||
|
Re: Problem with float - In mozilla
Hi all,
Sorry for very late response... I tried adding overflow: hidden to #maindiv{ }...Its working fine now Thanks |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem Seeing Image In Mozilla | Geeky Girl | Graphics and 3D | 10 | Mar 23rd, 2008 01:21 |
| [SOLVED] Another problem with mozilla | thewebkid | Web Page Design | 12 | Nov 29th, 2007 14:39 |
| Problem with image in Mozilla ?? please help | DavidinLondon | JavaScript Forum | 1 | May 20th, 2006 16:03 |
| odd slideshow problem (fine in IE, not in Mozilla) | jono | JavaScript Forum | 7 | Mar 17th, 2005 08:42 |
| IE/Mozilla problem | crip | Web Page Design | 1 | Feb 12th, 2004 18:33 |