Marquee tag

Hi there,

I need help. On my site which is on http://mtsi-international-consulting.com/, the dropdown menu PRESENTATION and NOS OFFRES DE SERVICES are hidden by <marquee behavior="alternate" direction="right" scrollamount="3">. How to fix this? Thank you in advance for your assistance.

Mr Kaisala B.

Welcome to the forums @kaiskaisala22

The marquee tag was deprecated many years ago.

However, you have quite a few problems there. For one thing, you seem to have a fixed width. Your site is not responsive.

1 Like

The immediate problem can be fixed by adding this css.

#nav li{
position:relative;z-index:99;
}

However that page really needs to be brought into this century as it uses many outdated features and invalid code. :slight_smile:

6 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.