Kepler Gelotte wrote:
Firstly I have a large area of content that is simply disappearing, its
not floated or positioned either. This is on the menus page (
http://dev.riverhousecatering.com/?mgx=page/menu )
Secondly on the menu pages randomly some of the content is shifted down
about 50px covering over the following items. Its entirely random as far
as I can tell. Things are floated with clears.
Hi Steve,
Add float:left; to your #menu_menu definition in specific.css:
#menu_menu {
margin:1em 0;
float:left;
}
Regards,
Kepler Gelotte
Great, thanks. Any ideas on the second problem, that is just too
strange, its so random.
Cheers,
Steve.
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************