Toolbar and DropDowns aren't aligned in FireFox

Last post 11-30-2005, 9:29 PM by PrePort. 5 replies.
Sort Posts: Previous Next
  •  11-30-2005, 2:01 PM 13228

    Toolbar and DropDowns aren't aligned in FireFox

     
     
    Although everything seems to work fine in IE, as you can see from the picture, the toolbar images and dropdowns aren't aligned correctly in FireFox.
     
    I haven't seen any related posts in the Forums and would appreciate any suggestions.
    I've been looking through my style sheets to see if I might be (accidently) apply padding to the images but I haven't found anything.
     
    Any hints or suggestions?

    - Brian
  •  11-30-2005, 2:10 PM 13230 in reply to 13228

    Re: Toolbar and DropDowns aren't aligned in FireFox

  •  11-30-2005, 3:02 PM 13236 in reply to 13230

    Re: Toolbar and DropDowns aren't aligned in FireFox

    Yes, it does look good.

    I've never installed another CuteEditor.  I have version 5.x

    I'll try to figure out which of my style sheets is messing everything up.

     
    Thanks for the response.
  •  11-30-2005, 4:46 PM 13240 in reply to 13236

    Re: Toolbar and DropDowns aren't aligned in FireFox

    This doesn't make a bit of sence to me...but....I fixed the problem:
     
    First I deleted all references to my style sheets ( problem still there )
    Then I deleted every single tag around the <CE:Editor /> ( problem still there )
     
    So now I'm down to nothing but the CE Editor, but the page is using a MasterPage so I deleted everything in my master page (problem still there).
     
    I swear there was only one line left in my entire master page:
    (<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">)
     
    So I deleted that and it worked ?!?!
    I replaced everything back to normal (when it didn't work) then took out the DOCTYPE and everything works.
     
    I hope this helps someone else, it was driving me crazy.
     
    Very interesting....any thoughts.
  •  11-30-2005, 8:08 PM 13244 in reply to 13240

    Re: Toolbar and DropDowns aren't aligned in FireFox

    Please use the following code:
     
     
     
    That will resolve the problem.
     
    Keep me posted
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-30-2005, 9:29 PM 13258 in reply to 13244

    Re: Toolbar and DropDowns aren't aligned in FireFox

    Taking out the DOCTYPE wasn't a good idea, because it messed everything else up.  So I've been fooling with the style sheets for hours and finally found how to fix my problem:
     
    <%=editorid%> .CuteEditorGroupMenu {display: inline; float: left;}
     
    The "float: left;" fixed it for me.
    When I came back to post if for anyone else I saw your fix.  That also worked, although it was a different theme then I was using, but thank you very much for looking into it.
     
    The logical way you guys designed your control with the style sheets and config files has blown all other controls that I have used out of the water.
     
    Excellent work.
View as RSS news feed in XML