HTML/CSS Pro needed

MM2forever

Active Member
Licensed User
Longtime User
Hello,

I need someone who is very familiar with html/css and all that stuff... :sign0060:

The problem is:

When you view my site in Internet Explorer 6 (also in newer ones), the last menu button ("Contacts") either dissapears or moves below the other buttons list when the window width is at specific sizes (you can test this by making the window smaller and varying the width...

So what can I do to make this stop? In Firefox everything works fine...

If you need some files of my website dont hesitate to ask, but you should find everything in the source code...

Please Help (since I'm a HTML/CSS -> :sign0104:)
 

alfcen

Well-Known Member
Licensed User
Longtime User
Hi Christian,

Even in Firefox the submenus are displaced to the left. It would require some doing and time to analyze your code, so, I warmly recommend to refrain from excessive JavaScript and compose the menu in pure HTML with a little help of CSS, such as margins and paddings.

All versions of IE6 are having problems with rendering CSS ever since. Your website, at this time, is simple, so, keep it simple in code, thus cross-platform compatible.

I am a freelance web designer serving small to medium sized enterprises, and someday soon, I will no longer check my code with IE6.

Cheers
Robert
 

MM2forever

Active Member
Licensed User
Longtime User
The problem is rather that the contacts button (not the submenu, well, that too) moves down a line like crlf...

See attached image for figuring it out:
 

Attachments

  • displaced.jpg
    displaced.jpg
    45.7 KB · Views: 244
Top