PDA

View Full Version : CSS MenuWriter Menu not working with iRite?


Nathon Jones
04-01-2009, 08:31 AM
I have a CSS MenuWriter menu on a page that I've attempted to insert an iRite text area form field on but the CSS MenuWriter menu is now only showing as a list of links, with none of the menu formatting?

Are these two extensions in conflict with each other?

If I remove the iRite form, the menu formatting returns.

Hope someone can shed some light on that. Thanks.
Regards
Nathon

Ray Borduin
04-01-2009, 09:41 AM
That is odd. We use iRite and menu writer in samples, so there is nothing wrong with the core concept. Maybe post a url for the broken page and I can see if I can spot what is breaking it.

Nathon Jones
04-02-2009, 05:24 AM
Thanks Ray. Link provided below. I have a two column layout, in CSS, a small links column on the left, and the larger column on the right for my main content.

iRite is forcing the right column below left column (even though I've set iRite to a percentage width), and the CSS MenuWriter menu is just a list of links.

Hope you can spot what's wrong because this is affecting more than one website.

Thank you.
Nathon

Ray Borduin
04-02-2009, 11:31 AM
Move:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Above the comment on top of the page. It needs to be the first line for IE to display properly.

Nathon Jones
04-02-2009, 03:34 PM
Fantastic Ray. That's also solved the problem with the iRite box being shoved under the left hand column. You're a star!