hi,
I am not a expert programmer but would like to play with this.I am findin git strange with the alignment.
I have the following in my code:-
<div id="leftnav"> <?php //some function?> </div>
</td>
<td>
<div id="content"><?php ?></div>
<div id="footer">
</div>
in css file i am having
#leftnav
{
margin-right: 78%!important;
margin-right: 76%;
margin-left: 10px;
margin-top: 0px;
padding: 0;
width: auto!important;
width: 100%;
background-repeat: repeat-y;
background-position: right top;
}
#content {
width: 72%;
float: none;
margin-top: 10px;
padding-right: 10%;
padding-bottom: 1%;
padding-left: 28%;
}
I am also attaching the screen shotpicture for providing a better picture.Hope you might beable to help me.
Thanking you for the concern and consideration
Harish