Left align menu items

Hello,

1- I tried everything I knew and still I cannot align menu items of my language selection to the left :frowning:

I am tired, stressed and disappointed after 2 days of fighting with browser compatibilities on my design (this problem is just one of them). I appreciate if someone can help me.

http://reorex.com/tt/en/index1.php

2- Also when I change my DocType to Strict (needed for a javascript part of the website) the menu does not open at all.

http://reorex.com/tt/en/index2.php

Why is that? What is the workaround?

Thank you very much for your help beforehand.

Mac

Hi,

Looks like you havenโ€™t removed the padding/margins from the left of the submenu.


.langmenu :hover ul.sub {
margin:0;
padding:0;
}

The doctype is incorrect it should be:


[B]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>[/B]
<head>
<title>ReoRex Translation Services, Your One Stop Translation Partner</title>