Link to home
Start Free TrialLog in
Avatar of adam1h
adam1hFlag for Belgium

asked on

CSS style hover is causing a line break

Hello there,

I have a system in CSS that does show a rollover drop down menu when you roll over an image.

It works fine, but the text 'previous page' is causing a line break every time you rollover it.

Can someone help me with this ? this is live on our website www.joe-cool.co.uk/EN/home/home.cfm

You need to browse a couple of pages to display the rollover history.

Many thanks to anyone that can help me there.

Adam
Avatar of Sudhindra A N
Sudhindra A N
Flag of India image

try changing code
<ul id="navPreviousPages">

to
<ul id="navPreviousPages" style='width:158px;'>

Avatar of adam1h

ASKER

Hi Ansudhindra,

Thanks for your quick reply. Not sure which line you are talking about, can you descibe a bit or give me a line number ?

thanks
Yves
when you view source in the chrome the line number is 445
or

below the code, check this in your source file(s)....

<body>
<table width="910" align="center">
 
            <tr>
              <td class="Informal_text_dynamic" colspan="3">
                        
                  <ul id="navPreviousPages" style='width:158px;'>
                        <li class"topfirst">
Avatar of adam1h

ASKER

hI AGAIN aNSUdhindra,

Mmhh, tried it, doesn't seem to work...

ANy ideas ?

Thanks
Adam
ASKER CERTIFIED SOLUTION
Avatar of Kim Walker
Kim Walker
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of adam1h

ASKER

Thanks a lot, it worked like a charm !

Many thanks again...spaghetti code was indeed the cause of this...

Adam.