83 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for davy_yg

Hello, I am trying to create bootstrap navigation with background color of my choice yet, I haven't been able to do so. The default boostrap nav color is grey. How to change it to color of my choise like brown. I try to insert css inside navigation2.php codes - and …

Member Avatar for Mohandas1985
0
577
Member Avatar for Dani

In light of the discussions going on lately about being a discussion community, what do you think about rewording the Read / Answer / Ask in the navigation menu to Read / Answer / Discuss? Would newbies be more likely to click on Ask versus Discuss? But Discuss makes more …

Member Avatar for rproffitt
0
596
Member Avatar for Piers Rollins

May i know what is the need of using HTML Navigation (<Nav> Tag) in a website for SEO purpose?

Member Avatar for Zueas
0
140
Member Avatar for w33n

Hi all, I am wondering if I need to make multiple copies of the same include xxx.php (navigation) file in order to highlight which page the user is on. Using an include seems almost unnecessary if I do. Can you please let me know. Thank you. B

Member Avatar for almostbob
0
268
Member Avatar for Latrell_vie

Dear Folks ! I´m having problems with my navigation at different screensizes. At current level the navigation display is nearly the way i want it for the bigger screensizes. But at media querry @media screen and (max-width: 320px) I want the navigationlinks to stack horizontally which i managed to do …

Member Avatar for Latrell_vie
0
236
Member Avatar for Simon_4

I like this menu and how it's done: http://www.peterstone.com/ Does somebody has any idea and suggestion, how the easiest way is, to realize this kind of main nav they have? Cheeers Simon

Member Avatar for diafol
0
726
Member Avatar for Bensirpent07

As you can see in the picture below, the whenever I hover over an element in the corner, the element is seeming to over-ride the border and is going over it instead of behind it. I'm assuming that's because of the "box-sizing: border-box;" in the CSS, how would I deal …

Member Avatar for Bensirpent07
0
278
Member Avatar for Bensirpent07

Alright so I'm trying to figure out why this code will show the menu bar on the computer when the page is loaded, but not on my Samsung Galaxy S4 whenever it's loaded. Here is the code, I can provide the link if needed, but I would prefer not to. …

Member Avatar for Bensirpent07
0
197
Member Avatar for silent lover

dear all daniweb users, i start using xamarin to create ios software. in mainstoryboard, i navigate passcodevc view controller to songlistvc view controller. i use scandit barcode scanner script in passcodevc.cs . after barcode scanner script, i want navigate from passcodevc view controller to songlistvc view controller. i use this …

Member Avatar for Michael_31
1
357
Member Avatar for Stefce

Hey everyone i have a little problem with the navigation bar, i have created the design of the menu but i want to be in one file (menu.html) and to show on all pages in the website... here is my code for `menu.html` <html> <body> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <style> form.position-and-style …

Member Avatar for mattster
0
288
Member Avatar for silent lover

dear all daniweb users, i start using xamarin to create ios software. in mainstoryboard, i navigate passcodevc view controller to songlistvc view controller. i use scandit barcode scanner script in passcodevc.cs . after barcode scanner script, i want navigate from passcodevc view controller to songlistvc view controller. i use this …

0
201
Member Avatar for nadiam

Hello. I have a navigation menu: <ul id="nav"> <li><a href="home.php">Home</a></li> <li><a href="event.php">Events</a></li> <li><a href="#">Guest</a> <ul> <li><a href="add_guest.php">Add Guest</a></li> <li><a href="seating.php">Seating</a></li> </ul> </li> <li><a href="rsvp.php">RSVP</a></li> <li><a href="contact_data.php">Contacts</a></li> </ul> how do i check which link is active? there are tons of this kinda questions and answers but i can't seem to make …

Member Avatar for nadiam
0
349
Member Avatar for garyrichard

<?php $host = "localhost"; $usr = "root"; $pwd = ""; $db= "DB"; conOpen($host,$usr,$pwd,$db); function conOpen($host,$usr,$pwd,$db){ $con=mysql_connect($host,$usr,$pwd) or die ("Connection Failed "); mysql_select_db($db,$con);} $rows_per_page=5; // database connection stuff here $result=mysql_query("Select * from newsimage"); $pages=ceil(mysql_num_rows($result)/$rows_per_page); if (!isset($screen)) $screen = 0; else echo $_GET[screen]; /* $start = $screen * $rows_per_page; $sql = "SELECT …

Member Avatar for Borzoi
0
997
Member Avatar for Chris_14

Hello. I am wondering how to create a floating navigation bar? (when you scroll, it will stay on top) This is an example: [http://templendo.com/](http://templendo.com/)

Member Avatar for getaprogrammer
1
316
Member Avatar for saucy6969

Hi there, I am working on a site for my organisation's festival and all seems to be going well outside of 2 pages having issues. I basically copied the same code throughout the site for the navigation buttons but once you are on the "PROGRAM" and "SPONSORS" pages, the rest …

Member Avatar for blackmiau
-1
261
Member Avatar for Bensirpent07

I made a navigation tab (here is the url if you would like to see it http://i.imgur.com/FnjEoYH.png) and I am now trying to make each tab "highlight" (one example is the home tab http://i.imgur.com/VoU48Fk.png) whenever a mouse is hovered over it and go back to normal when mouse is not …

Member Avatar for Bensirpent07
0
320
Member Avatar for HoverportMedia

Before I ask my question, let me show you the experiment I'm working on: http://hoverportmedia.net/experiments/responsivenavigation3.html My dropdown navigation is working fine, however when dealing with older (perferably IE broswers) the navigation (when the page is responsive), hovers the "menu" at a weird position. Unfortunately, I'm stuck at this... Can anyone …

Member Avatar for HoverportMedia
0
196
Member Avatar for HoverportMedia

I can't believe I'm asking for this, but it seems whatever I try my code is failing on me. Let me give you the rundown: `<nav> <ul> <li><a href="#">Home</a></li> <li class="Drop"><a href="services.php">Services</a> <div class="dropdownContain"> <div class="dropOut"> <div class="triangle"></div> <ul> <li><a href="videconferencing.php">Video Conferencing</a></li> <li><a href="videocam.php">VideoCam</a></li> </ul> </div> </div> </li> <li><a href="scheduling.php">Scheduling</a></li> …

Member Avatar for HoverportMedia
0
192
Member Avatar for rb1234567

I am having trouble getting my drop down navigation menu to work. The main issue is when I zoom out in Google Chrome, the menu starts wrapping and dropping to a 2nd line, causing all other divs on the page to wrap too. I have searched across the internet to …

Member Avatar for JorgeM
0
294
Member Avatar for sweet.virat

please follow this link and help me https://drive.google.com/file/d/0B6V-9RLYdFzeVUVQdzJyNnd1MEk/edit?usp=sharing visit html file and help regarding this proble

Member Avatar for sweet.virat
0
142
Member Avatar for dr.maqbulur.rahman

I used VB6. Now I have shifted to vb10.For data manipulation adodc1.recordset.moveforst etc and adodc1.recordset.fields("xx"), or adodc1.recordset.eof etc were used. Could anybody give me the equivalent navigation process in VB10?

Member Avatar for G_Waddell
0
133
Member Avatar for Ketsuekiame

Hi, just a report to say that when you click on a link to go directly to a post, the page scrolls too far and it becomes hidden under the top menu banner. In order to see the beginning of the post you have to scroll back up. This is …

Member Avatar for Ketsuekiame
1
245
Member Avatar for ACRDepos

Hello, in the midst of creating my Responsive Webpage - http://turningheadssalons.com/index.html - You will notice that my menu and pages are all responsive. What I'm trying to achieve is a better way to construct my menu and navigation. (As you can see it overflows when the floats are cleared below …

Member Avatar for ACRDepos
0
431
Member Avatar for Elvis_1

Hello guys, i've been experiencing some troubles with my laptop for a while now. Sometimes randomly, when hours goes by, or sometimes minutes, my computer stops navigating in any browser, My connection info seems fine, but i can't navigate, can't play online games, skype won't connect, nothing works. YET! I …

Member Avatar for kevinedwards
0
398
Member Avatar for jaredsdirect
Member Avatar for allifields

Hi, so I have developed a top fixed navigation bar at the top of a webpage. How do I incorporate a fading navigation bar so that when I scroll down, the fixed bar turns from black to a certain opacity level? Is that something incorporating jquery? And if possible, if …

Member Avatar for Dani
0
969
Member Avatar for SpectateSwamp

I haven't used this type of function since 1975 and a keypunch verify system. Now I want to navigate between mini video segments. My app can play mini slices of a video and if a directional key is entered I want it to switch to another video segment or back …

Member Avatar for tinstaafl
0
196
Member Avatar for Reliable

Hey, I solved one problem and can't get rid of another. I have used spry menus before with no problem. Now that I want to use the efficiency of an include statement for my navigation it won't style correctly. [Here](http://www.mtechenterprises.com/inec/) is the site I'm working on. The problem shows on …

Member Avatar for Reliable
0
232
Member Avatar for chr.s

Hi, I'm after some thoughts and opinions regarding the navigation/behaviour of a portion of a site I'm working on. The site is a shop, which is built with the Big Cartel framework, and is my first attempt at using more than just a couple of lines of javascript - or …

Member Avatar for chr.s
1
348
Member Avatar for bleedsgreen33

I inherited a website here at work. The menu system uses a convoluted jquery / javascript structure. There are 8 different types of "users" for this website, from administrator to contractor or accountant, etc, and the person made 8 different versions of the menus covering nearly 80 different pages within …

Member Avatar for tokick4
0
3K

The End.