473,401 Members | 2,139 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

Floating Menu (TOC) is not responsive

1
I have created an index (table of contents) using an unordered list and css with position: fixed. The list items are hyperlinked to different anchors on my page.

My problem is that the result does not appear to be responsive?

website: http://www.strategynuts.com/strategy...Website_Design

The html I am using is:
Expand|Select|Wrap|Line Numbers
  1. <HTMLCODE> <ul id="floatingmenu"> <li><a rel="nofollow" href="http://www.strategynuts.com/strategy-nuts-pricing/#Website_Design"><img src="http://www.strategynuts.com/wp-content/uploads/2014/06/Webdesign_pricing_SPANISH.png" alt="" /></a></li> <li><a rel="nofollow" href="http://www.strategynuts.com/strategy-nuts-pricing/#Graphic_Design"><img src="http://www.strategynuts.com/wp-content/uploads/2014/06/Graphicdesign_pricing_SPANISH.png" alt="" /></a></li> <li><a rel="nofollow" href="http://www.strategynuts.com/strategy-nuts-pricing/#Digital_Marketing"><img src="http://www.strategynuts.com/wp-content/uploads/2014/06/DigitalMarketing_pricing_SPANISH.png" alt="" /></a></li> <li><a rel="nofollow" href="http://www.strategynuts.com/strategy-nuts-pricing/#Custom_Configuration"><img src="http://www.strategynuts.com/wp-content/uploads/2014/06/Custom_pricing_SPANISH.png" alt="" /></a></li> <li><img src="http://www.strategynuts.com/wp-content/uploads/2014/06/Questions.png" alt="Questions" /></li> </ul> </HTMLCODE>
  2.  
  3. The css I am using is:
  4. <CSS>
  5. #floatingmenu {
  6.   padding: 0;
  7.   margin: 0;
  8.   position: fixed;
  9.   right: 0;
  10.   top: 15%;
  11.   width: auto;
  12. }
  13.  
  14. #floatingmenu li { 
  15.       list-style-type:none; 
  16.           margin: -4px;
  17.           font-size: 0;
  18.       } 
  19. </CSS>
Jun 16 '14 #1
0 1102

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Christina Joch | last post by:
Here´s the script for my floating menu. Is it possible to assign it to a table cell and if yes how to do it? I hope you mean what I want to do? Thanks for help, lg Christina <!-- Start if...
1
by: Lars Hedström | last post by:
Hello I am looking for a floating menu which shows up at the left and then slides over to the right. Anyone knows where I can find such a script? Regards Lars
6
by: TyBreaker | last post by:
What is the best way to create a menu bar like the Office menu bar ie one that can dock to the four corners of the screen? Is it a standard windows form or is it some other more specialised...
3
by: bdbeames | last post by:
I have a menu on the right side of my page and a flash object in the center. When a certain option in the menu is select a sub menu pops and floats left. The problem is, depending on the browser...
2
by: Dariusz Tomoñ | last post by:
Hi, I have got JS at: http://www.euroadres.pl/b2b.aspx for floating menu - it activates when scrolling down. Under IE it works ok but under FF it doesn't float and what's more it covers a part...
1
by: Clanger67 | last post by:
I am trying to create a floating menu that moves down the left hand side of the screen. I have some code that works great when it is embedded into the web page. What I would like to do is reference...
1
by: elusified | last post by:
Hi guys, i am now doin this website that required a floating menu. the problem is how do i restrict the floating menu to prevent it from goin out of the navigation area when the window is minimize?...
2
by: yela | last post by:
I am working in a floting menu for a website, I found this cool script, it works great, but I need to limit the movement of the menu to a table area, right now it goes up and down through the whole...
3
by: Jake Carter | last post by:
Hi Everyone, I have implemented a floating menu that scrolls with the page. I am looking for help trying to "stop" the scrolling when it reaches the end of the content. Currently, if you scroll to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.