|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello,
Looking to display two div's side by side. This works in IE but not Netscape. In Netscape the div's are on top of each other. <div style="float:left;"> this is column 1 </div> <div> this is column2 </div> Any thoughts appreciated, Randy |
|
|||
|
Then this should cover replies so far.
<div style="float:left;display:inline;"> this is column 1 </div> <div style="float:left;display:inline;"> this is column 2 </div> <div style="clear:both;"> </div> |
|
|||
|
try to set their width. usually, if it's 2 column page, I set the first float is left, and the second is right. It works fine for me on both IE and Firefox, tested on Safari too
|
|
|||
|
That would mean...
<div style="float:left;display:inline;width:45%;"> this is column 1 </div> <div style="float:right;display:inline;width:45%"> this is column 2 </div> <div style="clear:both;"> </div> ...would be good CSS style for two columns side by side |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| From position 8 to position 76 in five days... Please help | webitaly | Google Discussion Forum | 44 | 01-06-2007 03:12 AM |
| From Position 29 to 685? | nipplecharms1 | Google Discussion Forum | 69 | 07-31-2006 03:49 PM |
| web position | acazalet | Search Engine Optimization Forum | 1 | 07-27-2005 09:29 PM |
| had #2 position for one day, then gone! | tcady | Search Engine Optimization Forum | 3 | 08-12-2004 07:56 AM |
| how come such a low position? | astoller | Google Discussion Forum | 2 | 07-28-2004 07:59 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |