I have a very large cascading menu system with over 300 items in it. (I know it's large but it's a requirement.) Currently, it's written in javascript so the external file ... |
I have a touch screen kiosk that displays a webpage and a pdf document. Can I remove the menu bar? Users must not have "save", "print" and other such features.
Update
|
I apologize for the headline, I don't really know a better way of putting it (let me know if you have a better way, I will change it). Please consider the ... |
Check my website, and see the Divisions left menu. When you have maximized your broswer there is no problem, but when you restore it to half of screen, the ... |
I have written a CSS menu for a site I am helping develop, and it displays correctly in both IE 7 and Firefox 3 (on Windows XP).
The intended effect is that ... |
I am doing an horizontal dropdown menu. It looks like this :
[menu1][menu2][menu3][menu4]
But when I resize (less wide) my browser, the menu appears like :
[menu1][menu2]
[menu3][menu4]
I want it to remain in ... |
I've got a flyout menu on a site that I'm building. I'm using a UL nested within the LI. In Firefox it's working beautifully but IE breaks it. (The ... |
|
I have an unordered list I'm displaying horizontally as the page's top menubar. I've gotten it to display relatively well, although I've been playing with the spacing for IE6 and ... |
I'm placing this question here because i'm becoming a little desperate to fix this problem that has really puzzled me now as i can't see a reason for it.
You can see ... |
I must say that I am stumped on this one! I have a (what I'd call rather simple) ul based multi level dropdown menu. It works perfectly in Firefox, Opera, Chrome, ... |
I am trying to solve a problem with a CSS menu where the menu does not display properly in IE 6
I see that the HTML has some conditional ... |
How to make 100% horizontal cross-browser menu HTML/CSS?
1. with keeping clean HTML, li list
2. no image/javascript, tableless, W3C standards compliance
Example for ... |
I am new to CSS and have coded my first site with CSS. I will admit to not fully understanding CSS yet but would like to learn. I have heard about ... |
Fixed see update at bottom
I'm developing a simple CSS-only dropdown menu but I'm having an issue in which the submenu disappears when the mouse enters a 3-4px tall section just inside ... |
I've never ran into this problem before. This is the site: http://clients.newblack.ro/integra/
The menu looks good on Windows, but it breaks in Firefox, Chrome and Safari on Mac OS (saw ... |
i found this menu that's exactly what i want. It works in all modern browsers and IE 7/8. I need to find a fix for it to work in ... |
i am trying to make a CSS menu for my webpage for school. I have been developing my site on a Mac and have got it working just the way i ... |
I have a sort of menu like this one, but how you can see the code is not so "well".
I'd like that margin between word and border is always ... |
I'm trying to implement a dropdown menu (available at gosu.pl/menu, dropdown menu 1, example 1)
but I'm strangely I'm having different effects in different browsers, and not in the usual IE buggering ... |
Can any of you wonderful developers link or provide me with a link to a menu that is cross browser I am having issues with mine and its loading within firefox ... |
I am using DNN 5.6 and my site has a problen with the DNN menu. It shows up fine in Chrome, IE7 and FF but its messed up in IE8-9.
I want ... |
I can't seem to find much information on the "menu" font.
I'm trying to implement suckerfish-style CSS menus based on this turorial, while trying to maintain an existing look & ... |
<div class="dashboard-icon">
<a href="./structure/">
<img class="admin-icon" src="<?=inc_path;?>images/icons/home.png" alt="" /></a><br />
...
|
I am working on a webiste http://www.kerin.net/who.cfm but its top menu is not format well in IE7.0 but it well in all ather browser .
Can anybody please suggest ... |
I've been racking my brain all Friday and most of this afternoon and getting nowhere with this IE7 issue.
The following code for a navigation menu works brilliantly with IE8 and Firefox, ... |
I am in the process of writing a website for my sister, and I'm running into a little trouble with cross-browser compatibility. Namely, the menu I am using is loading half ... |
Please consider my stripped down code below that illustrates my issue.
If I run it in Firefox 7 or IE8, it works fine. However, when pressing F12 and entering the ... |
I am trying to make a horizontal menu look pretty.
Here's an example of what my HTML looks like.
<div id="menu">
<ul>
<li><a class="selected" href="index.html">Home</a></li>
<li><a href="bio.html">Bio</a></li>
...
|
Say I have the following list in html:
<ul>
<li>Program</li>
<li>Platser</li>
<li>System</li>
</ul>
Which is styled as follows:
li
{
float: ...
|