I'm trying to enclose some <ul> elements in a div and in the preview in my editor it shows it working fine. However, when I open the page in a browser, the div doesn't go all the way down to the <ul> elements. Anyone know why this is happening?
Seems he found the fix.
Added overflow:auto; to the style of the enclosing div.
If you view a development page in Firefox with Firebug installed, you can right click on an element and "Inspect element" and see a lot of information and edit/test changes in the browser.