Results 1 to 3 of 3

Thread: Site redesign Query

  1. #1
    Join Date
    Mar 2005
    Location
    Mumbai,INDIA
    Posts
    64
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Site redesign Query

    Hi there,
    Just take a look at the following link:

    http://simsr.sitesled.com/mca.html

    Its a webpage of my institute, and i have been told to rewrite the code for it
    the page is almost complete, but i am struck with the vertical menu

    I want to put the vertical menu at same height as the center coloumn content (vertical menu is coming after the end of write up)

    i have gone through the whole code and i found many <TR> tag which are not properly nested and also there is improper use of <table> tag ,
    i tried to correct them but don't know what's going wrong

    I also saw DD homepage and tried to make vertical menu on left and content on the right by using DIV tag but even that didnt help

    Here are the Css files used : (not of much help, though )

    http://simsr.sitesled.com/menu_style.css
    http://simsr.sitesled.com/cssverticalmenu.css

    Thanks in Advance

  2. #2
    Join Date
    Oct 2009
    Location
    Mumbai
    Posts
    17
    Thanks
    2
    Thanked 3 Times in 3 Posts

    Default

    hi,
    just saw the code and found that your td tag is missing alignment position.
    The td in which you have got your vertical menu, give tag to tht menu as align="left" valign="top".

    Ex: <td align="left" valign="top" cellpadding="0" rowspan="2">

    <ul class="glossymenu">

  3. #3
    Join Date
    Mar 2005
    Location
    Mumbai,INDIA
    Posts
    64
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi smrnsmile
    Thanx a million ..Dear.....
    U really made my day....
    Actually i tried with valign but had forgot to put align ...
    anyways... thanx again.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •