Hello I need to align the two links as here in uploaded image link1. It tried everything from making two classes inside one div tag, using every padding and margin values but it just seems not to happen.
I have got it as in uploaded image link2. Can anyone tell me where I need to change my code to get this right.
Thanks,
Anyway my code is as below:
HTML
Code:
<div id="move">
<ul>
<li><a href="#">Return to Panel List</a></li>
<li><a href="#">Link To Page</a></li>
</ul>
</div>
CSS
Code:
#move ul li
{
display:inline;
padding-left:5;
padding-right:5;
}
Now I am focussing on the your vote coloumn, I am trying to do this in CSS(maybe CSS3). Is it possible? I think javaScript is must here as we need to use onmouseover event to change the effect. Do you have any Idea about it as I don't think that hand is an image there. So a bit confusion here for me.
Bookmarks