Forum closed. New forum available at http://community.wymeditor.org/

WYMeditor and floating div's

Support forum for WYMeditor.

WYMeditor and floating div's

Postby Hipska on Tue Nov 23, 2010 9:39 pm

Hi,

It seems WYMeditor has some problems with floating divs, or I am doing something wrong.

I have set-up a test page where you can see whats going wrong.

http://dl.dropbox.com/u/1349397/GoT/floats/test.html

Also, in Chrome, I see 2 editor fields instead of one.

Who can help me with this?
Last edited by Hipska on Sat Nov 27, 2010 6:07 pm, edited 1 time in total.
Hipska
 
Posts: 2
Joined: Tue Nov 23, 2010 9:34 pm

Re: WYMeditor and floating div's

Postby Hipska on Thu Dec 30, 2010 10:10 pm

Please, can someone confirm that he has also this problem?
Hipska
 
Posts: 2
Joined: Tue Nov 23, 2010 9:34 pm

Re: WYMeditor and floating div's

Postby sjordan on Thu Jan 20, 2011 10:00 am

You need to provide a fixed width to both layout divs and float both:

Code: Select all
#sidebar { float: left; width: 25%; }
#main { float: left;  width: 70%; margin-left: 5%;}


The margin is monkeying with the clearing within WYM.

Also in my Chrome it looks ok (only 1 WYM).
sjordan
 
Posts: 1
Joined: Thu Jan 20, 2011 9:40 am


Return to Support

Who is online

Users browsing this forum: No registered users and 4 guests