Currently in the process of developing a website, I created this div:
#container #content .imagewindow {
width: 560;
height: 380;
background-color: #1E1640;
}
After adding the doctype html tag, the browser appears to be disregarding my styling commands and automatically resizing the div to fit the entire allocated space. You can view the page at ; for now, I have opted to leave out the doctype html.
I would greatly appreciate any assistance with this issue!