On Jul 24, 10:47 pm, "David E. Ross" <[EMAIL PROTECTED]> wrote: > On 7/24/2008 3:47 AM, [EMAIL PROTECTED] wrote: > > > > > Seems that the show/hide menu is expanding on mozilla firefox 3.0 > > platform but works fine in IE > > >http://i119.photobucket.com/albums/o144/roswell_hybrid/expanded.jpg > > > it shud be like this > > > This when the menu is hidden > >http://i119.photobucket.com/albums/o144/roswell_hybrid/hidemenu.jpg > > > The layout for the menu shud be like this > >http://i119.photobucket.com/albums/o144/roswell_hybrid/showmenu.jpg > > > below is the source code of the html > > [souce code snipped] > > > > > Im really not good in this thing. Can anyone tell me which part i > > need > > to alter to fix it? > > Thx in advance > > Aside from the fact that you are missing a <Doctype> declaration at the > very beginning, you have 79 HTML errors reported by > <http://validator.w3.org/>. Different browsers respond to invalid HTML > differently. To make the responses more consistent, you need to fix the > errors. (You also need a <Doctype> declaration.) > > -- > David E. Ross > <http://www.rossde.com/> > > Go to Mozdev at <http://www.mozdev.org/> for quick access to > extensions for Firefox, Thunderbird, SeaMonkey, and other > Mozilla-related applications. You can access Mozdev much > more quickly than you can Mozilla Add-Ons.- Hide quoted text - > > - Show quoted text -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> I already put the doctype declaration at the very top of the code but it wont work. Can the problem possibly from the CSS declaration? _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

