Scroll Bar - Browser Viewing Issue

More
13 years 7 months ago #7819 by russellmoran
I removed the code right now, so the links are back. I'm still having the same issue.

Please Log in to join the conversation.

More
13 years 7 months ago #7962 by ivan.milic
What is the problem, we told you how to disable menu wrapping without links disappear. Describe.

Please Log in to join the conversation.

More
13 years 7 months ago #7978 by russellmoran
To summarize, I have a horizontal bar at the bottom of web pages when I scroll over "Hockey" and any menu to the right on my site www.WTreF.com .

I added the code you asked me to add below the /menu/ on the css file. When I did the top right Hyperlinks "login Sign Up Contact Us" all dissapeared. I still had the same problem with the horizontal scrolls at the bottom of my page when scrolling over "Hockey" menu and any other menus to the right.

I removed the code so I could get my hyperlinks back, they reappeared. The code did not help with my horizontal scroll bar problem. It may have been where I placed it, but I believe I did exactly as you asked.

Please Log in to join the conversation.

More
13 years 7 months ago #7987 by ivan.milic
Hi,
Try this,open template_css.css

find this:

#nav, #nav ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
position: absolute;
z-index: 100;
}

and add width there:

#nav, #nav ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
position: absolute;
z-index: 100;
width: 1158px;
}

Please Log in to join the conversation.

More
13 years 7 months ago #7991 by russellmoran
I added the

width: 1158px;

The great news is the hyperlinks at the top right are stil there. :)

The bad news is it didn't fix the problem. When I scroll over Hockey, it's still gives me a horizontal scroll bar at the bottom. :(

Please Log in to join the conversation.

More
13 years 7 months ago #7994 by ivan.milic
Ok,

now open again template_css.css
find this:

#nav li:hover ul, #nav li ul {
width: 900px;
background: url(../images/topmenu_sub_bg2.png) no-repeat;
}

and change it to this:

#nav li:hover ul, #nav li ul {
width: 400px;
background: url(../images/topmenu_sub_bg2.png) no-repeat;
}

Please Log in to join the conversation.

Time to create page: 0.095 seconds
Powered by Kunena Forum