Log in

View Full Version : Site redesign Query



sunny
10-19-2009, 10:46 AM
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 :D)

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

Thanks in Advance :)

smrnsmile
10-20-2009, 05:37 AM
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">

sunny
10-20-2009, 09:08 PM
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.:)