http://www.crnorthampton.com/new_site/index.html
I can't get the center and right sections to top align with the left menu.
What am I doing to cause this?
Printable View
http://www.crnorthampton.com/new_site/index.html
I can't get the center and right sections to top align with the left menu.
What am I doing to cause this?
Try:
.sdmenu {
float: left;
}
Thanks, worked like a charm..