- Posts: 50
- Thank you received: 1
Scroll Bar - Browser Viewing Issue
-
russellmoran
Inactive member - Topic Author
- Member
Less
More
13 years 7 months ago #7819
by russellmoran
Replied by russellmoran on topic Re: Scroll Bar - Browser Viewing Issue
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #7962
by ivan.milic
Replied by ivan.milic on topic Re: Scroll Bar - Browser Viewing Issue
What is the problem, we told you how to disable menu wrapping without links disappear. Describe.
Please Log in to join the conversation.
-
russellmoran
Inactive member - Topic Author
- Member
Less
More
- Posts: 50
- Thank you received: 1
13 years 7 months ago #7978
by russellmoran
Replied by russellmoran on topic Re: Scroll Bar - Browser Viewing Issue
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.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #7987
by ivan.milic
Replied by ivan.milic on topic Re: Scroll Bar - Browser Viewing Issue
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;
}
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.
-
russellmoran
Inactive member - Topic Author
- Member
Less
More
- Posts: 50
- Thank you received: 1
13 years 7 months ago #7991
by russellmoran
Replied by russellmoran on topic Re: Scroll Bar - Browser Viewing Issue
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.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #7994
by ivan.milic
Replied by ivan.milic on topic Re: Scroll Bar - Browser Viewing Issue
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;
}
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