Tagged Questions
0
votes
1answer
34 views
Problems styling a navigation menu active tab HTML/CSS
I am having a bit of trouble styling a navigation menu where you can select packages.
This is going to be a nav menu for a mobile website.
The active green li tab I need to be evenly spaced across ...
-5
votes
2answers
24 views
Using Right and Left Arrows to move pages [closed]
I have an idea for my website, and this page: http://www.goldtardis.com/doctor-who-series-seven-episode-ten---journey-to-the-center-of-the-tardis.html#.UZoBQLWiSSr
I want to be able to move to the ...
0
votes
1answer
33 views
Navigation menu breaks for Firefox and IE
This menu works perfectly in webkit browsers (Chrome and Safari) but I cannot get the dropdown floating working in Firefox or IE, can someone shed light on this? Been on it for hours
...
0
votes
0answers
19 views
shell script to create a HTML index file in all subdirectories which links to the parent directory's file and to the daughter directorys' files
I want to have a Bash shell script which cycles over all subdirectories in a directory, creating a HTML file in each directory. This file, which is a HTML index file presenting a file listing of the ...
0
votes
2answers
34 views
How to get nav bar to float to the left of container div without absolute positioning
I am trying to get my nav bar to sit to the left of the container div (and header img) without having to position it by pixels (as seen here in the codepen: http://cdpn.io/Bfkzx).
I'd like the design ...
0
votes
1answer
33 views
Why is it that in Bootstrap in phone-view the collapse of my navigation goes over my logo in my nav
Ok so here is my code:
<div class="row-fluid">
<div class="navbar" style="margin-bottom:1px;">
<div class="navbar-inner">
<a class="btn btn-navbar" ...
0
votes
1answer
23 views
Building a fluid horizontal navigation
I'm trying to build a horizontal navigation using %'s, and I cant seem to figure out whats going on. I have it all set up how I want it, but whenever I specify a size to the A or LI nothing changes, ...
0
votes
3answers
42 views
Menu Navigation bars
Would there be any way of making the bars under the words automatically size out to the width of the word it's under with out me having to upload specific sized bars for ever menu item I make? Thanks
...
-1
votes
0answers
37 views
Html/javascript/css navigation bar issue [closed]
I have a problem with my navigation bar that is coded in html. Basically i want the bar to extend across the page, but it doesn't.
Heres an example: http://i.imgur.com/VmEAnWc.png You can see it ...
0
votes
1answer
54 views
Center Navigation bar with logo in the middle
I would like to have a navigation bar that is fixed at the top and centered horizontally. I would also like to have my logo (ADRENALIZE) centered in the middle of the navigation. Been trying this for ...
-1
votes
1answer
52 views
CSS: Display child <ul> beside parent <ul> with tops aligned
I have a <ul> nested within a <ul>, eg:
<ul>
<li>Item</li>
<li>Item</li>
<li>Item
<ul>
<li>Item</li>
...
0
votes
0answers
26 views
My navigation links are not working properly, and adding #example at the end of the url, causing me to view the old version of the page
I am editing a website created by someone else. The format is HTML and I am accessing it through emacs. My problem is with the navigation side bar. Whenever I click on a different link on the webpage, ...
0
votes
1answer
27 views
Border-bottom issue (expanding downwards on hover)
I'm working on a navigation, and I can't seem to figure out how to make the bottom border increase in size upwards, instead of expanding downwards (which in turn extends my header a few pixels), I ...
0
votes
2answers
49 views
how do I make next and previous buttons to manipulate div display?
I need to make a presentation where the content of each page sits within a div. The html would look something like this:
<div id="p1" style="display:block;">
//content goes here
<div ...
0
votes
4answers
38 views
Navigation bar link not working
The navigation bar on this Site is not working properly.
Clicking on "Leistungsspektrum" in the navigation bar says that The requested URL /leistunsspektrum.html was not found on this server.
The site ...
0
votes
3answers
25 views
Navigation sprites not aligning
Calling on your help again guys..
Not sure what's happening here, my navigation rollovers are not aligning correctly, I've checked my measurements and from what I see it isn't that. I'm aligning the ...
0
votes
2answers
21 views
Menu items on Wordpress website not aligning
http://bit.ly/11mYerz
If you take a look at the top navigation bar, only the Testimonials link is on the top of the bar - no idea why. I've swapped it out with others and it only seems to be ...
0
votes
2answers
55 views
Center twitter bootstrap navigation items
I'm trying to center my navigation items, what do I need to edit in order to do so? I've looked in the bootstrap.css file and can't find where to change the settings. I can't figure out how to do it ...
-5
votes
1answer
83 views
How do I make a header above my navigation bar?
I'm trying to create a navigation bar with a header above it. I want it to be so that the navigation bar will stick once it reaches the top of the screen (which I've already worked out myself) but ...
0
votes
1answer
29 views
Fixed navigation internal links
I have a fixed nav at the top of my site, which links to sections lower down on the page. However, since the nav is fixed at the top of the page and not part of the document flow, it overlaps part of ...
0
votes
1answer
837 views
Responsive Navigation Menu CSS replace Jquery perhaps
I'm trying to create a responsive navigation menu that shrinks when window size shrinks. I've gotten it to work in jquery and css but it's slow on mobile devices and I read that it's better to code it ...
0
votes
1answer
49 views
ApyCom JavaScript jQuery menu - how to show the currently selected navigation element?
I'm using ApyCom's jQuery navigation menu. It's working fine except when I click on a different navigation element, I expect that navigation element to remain highlighted to tell the user what page ...
0
votes
2answers
41 views
Navigation won't stay in place like I want
[1] http://i.stack.imgur.com/tXB4G.png
[2] http://i.stack.imgur.com/ub3PN.png
The first image [1] is how I want the nav to stay all the time (on the left of the middle div which is centered), but ...
0
votes
2answers
37 views
Z-index doesn't work in Sub Navigation
I have a problem where my z-indexes just won't kick in and I don't really get why.
I am not able to reposition the elements in the DOM, I need a purely CSS-based solution without any greater hacks
I ...
0
votes
0answers
42 views
How to stop overflow of elements in this navigation html/css
I have a navigation bar, made up of block & inline items.
I am looking at stopping the overflow of items. I.e. text going over other items, items going over other text.
What I want is to be able ...
0
votes
1answer
41 views
How do I input an icon in the navigation menu and make it hover sub menus?
I was wondering if anyone could tell me how I could implement icons into my navigation menu, can't find a proper tutorial for this. What I'm trying to is making something similar to this -
[1] ...
-1
votes
1answer
48 views
make the Nav bar text Centered
How do i make the text centered within my nav and ensure that it stays that way from all resolutions (1920x1080 it is left, 1420, its centered)
I also realise that alot of this code is useless and ...
1
vote
2answers
64 views
Navigation Bar positioning Elements
Hello this is the what I need to build: Mockup
I stuck at the Navigation Bar, here is the CSS:
/* CSS Document */
body {background:#fff url(bg.jpg) repeat-x; margin:0; padding:0; height:1800px; ...
-2
votes
1answer
38 views
Menu Sprite Navigation
this is the mockup for the site I need to code Mockup
my menu sprite is not working properly, here you can see it Website
Here is the HTML HTML file
and here the CSS CSS file
0
votes
2answers
39 views
Scroll to a location on a page
I'm trying to move to a specific location on the page after a link is clicked.
Here's my website:
http://violetoeuvre.com/
I want the page to jump to the writing section when the top writing link ...
0
votes
1answer
25 views
HMTL Page Text search and navigation without pre-embedded tags
I'm looking for ideas/solutions for the following scenario:
I'm a website developer that is given 150'ish HTML pages from a 3rd party who update and re-issue the html pages from time to time.
Im ...
0
votes
0answers
46 views
Click on navigation anchor tag does not work
I have bootstrap navigation bar
<ul class="nav nav-list">
<li class="hidden-phone">
<a class="nav-link" id="nav-welcome" href="/welcome">
<i ...
0
votes
1answer
55 views
Navigation menu stacking
I am having a problem with my navigation menu's drop down falling under the content of my page. Now I have tried messing with the z-index but no luck.
Here is a picture of the problem :
here is ...
1
vote
1answer
209 views
Arrange Drop-Down Submenu Items Horizontally, Wrapped (Modified TwentyTwelve WordPress Theme)
The site I'm working on uses the modified WordPress TwentyTwelve theme. The standard drop-down menu of that theme has been modified to push the content down when the submenu opens:
Problem: I want to ...
0
votes
0answers
46 views
expanding the width of menu bar
i have created a menu and placed it at the center of the page using the following code:
<div id="menucontainer">
<ul>
<li>One</li>
<li>Two</li>
...
0
votes
4answers
51 views
Navigation bar, visible spaces between list items
i have a traditional nav created. between each li i put one div with 1px width and slightly smaller height than nav bar.
Basically i was going for this look: http://subalee.com/nav.jpg
HTML:
...
0
votes
3answers
137 views
CSS Sub-menu positioning works in Chrome & Safari, but not IE and Firefox
I'm currently building a site for a gaming community, called http://www.quad-gaming.com/.
Everything is running smooth except the dropdown menu under "Login" at the right side of the navigation bar. ...
1
vote
3answers
44 views
Drop down menu not clearing properly
I'm trying to build a very simple drop down menu. I want all of the li's to be 60px tall. I've used a few different tutorials for drop down menus but I keep running into the same problem. I can't get ...
-1
votes
1answer
125 views
Fixed Navigation Bar on the Left [closed]
Hey guys I want to make my navigation bar which is on the left to stay fixed in postion and out of the body content area. Like for example my design will have a vertical box on the left side from the ...
1
vote
1answer
36 views
How do I make my navigation appear intact across different screen sizes?
I am just starting out as a front-end developer and I noticed a lot things that I have to learn. One of the key things is that my screen is currently 13 inches long so when I design it on that it ...
0
votes
2answers
76 views
Using If/Else for PHP menu navigation
I'm looking for some feedback on using If/Else for my menu navigation or links to resources. I have done a few quick searches and have found items relating to using PHP to keep track of the current ...
0
votes
5answers
37 views
How do I provide navigation options on the sides of a centered logo?
I want to create a top header with the logo in the center and navigation options to it's left and right.
Below is what I have so far but not sure how to take it form there. What can I do to ...
-1
votes
1answer
29 views
Need help creating a header with a clean navigation
Can someone help me figure out how to create the navigation displayed in the header on top of this page?
http://themes.iki-bir.com/ikaros/
If someone could give me some direction to learning how to ...
1
vote
3answers
68 views
Still need to use <UL> tag for navigation and list of links? [closed]
So I've heard many times that anytime you have a list of anything you should use a UL tag to list them instead of just a bunch of div's. But today I've been looking at how some sites have created ...
-1
votes
2answers
60 views
How do i add empty space to my Navigation bar?
http://i.stack.imgur.com/mDS5o.png
I basically would like to add empty space either side of that nav bar so it follows all the way to the end of the screen. If it was possible being able to do so it ...
0
votes
2answers
82 views
Submenu with z-index doesn't want to go over content
For some unknown reason z-index doesn't seem to work. I try to make the submenu. i.e. the 2nd bar. To go over the #content which it fails to do....
http://jsfiddle.net/PaD2v/
HTML
<html>
...
1
vote
2answers
189 views
Navigation bar at bottom, centerd - CSS
I need a quick tip how to manage with some problem. I've created a navi bar and center it so now its in the middle of page no matter how big or small is screen, but how to make that bar to stay on the ...
-2
votes
2answers
82 views
How do you show the active page/tab with css/javascript? [closed]
I want to do something very similar to this website: http://feed-the-beast.com/
Where when you click on navigation link, the page will slide down to the appropriate id, and the "active" navigation ...
0
votes
1answer
81 views
Horizontal Navigation Menu using image sprite
I have made a website but the problem is I am not able to fix the navigation menu for it. I have an image sprite with 6 menu items.
But on hovering over it , I don't see the drop down menu coming.
I ...
0
votes
2answers
40 views
Dynamically inserted evenly spaced list items breaks justified approach
I've been spacing list items using the technique found in this answer, but a recent change is requiring me to insert the elements dynamically. I have found that for some reason the approach completely ...









