Hi, I have a site in Joomla and seem to have problem with alignment in IE 6 (works fine with FF) the main contain area slips below the left navigational bar, has anybody faced a similar problem, how to correct it ???
Hi. Chances are that it is a problem with your CSS. If you can post the URL we can take a look at the site for you Cheers
If it's the one in your sig the menu at the top doesn't line up right in Firefox either. The most common cross browser differences are to do with padding, assuming you're using css, and if you have floated elements putting a <br style="clear:both"/>, or clear just left or right depending on what you've used, after your floated elements often helps.