I have a few alignment problems i hope someone can help with.
1. I have given a div "vertical-align:middle;", but the content doesn't center?
2. W3C says float:top / bottom are not valid yet FF, I.E & Opera do not align my divs correctly without using them.
3. Why is my border not showing.
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
1. I have given a div "vertical-align:middle;", but the content doesn't center?
2. W3C says float:top / bottom are not valid yet FF, I.E & Opera do not align my divs correctly without using them.
3. Why is my border not showing.
Code:
#rightside
{
border-width:1px;
border-color:#233e97;
border-style:solid;
}
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.