Hey dennist82
It's still not working for some reason.
Should I get rid of the Hover state on line 17?
/
#menu li:hover .submenu{display:block; float:left; height:200px;}
Thanks for your replies, I just wanted to clarify something.
I want my menu to work similarly to the Windows 7 Start menu.
Basically, Once the user clicks on the main menu, a...
I'm creating a menu simiilar to Windows start menu that once clicked, other submenus pop up.
However, it doesn't seem to work.
Could you please show me what I'm doing wrong?
...
I'm currently coding a website that plays HTML 5 audio when it loads.
My music is in .ogg format and I also have the same file in .mp3 format.
The problem is when I do this:
I need help with a drop down menu I created.
I want it to reveal other sub-menus once the user clicks on it, instead of hovering with the mouse.
Is that possible?
I'm trying to create a menu that once is clicked, other submenus would pop out.
I did a Google search and all of the examples are done in Java script.
I'm not familiar with Java script yet, so I'm...
What do you mean by duplicates, like the first three media queries bellow?
If yes, then how will I be able to view my page on my netbook?
I have centered the content, so the user wont have to...
Does it really matter how I arrange my media queries?
For example, do I have to start with a mobile version of my site and go from there?
My default screen resolution is 1280 by 1024 but one...
I'm trying to create a page that does not scroll, and I'm using CSS media queries to make it fit various screen resolutions.
I want to make my page fit three screen resolutions such as:
Since my page is designed to make the user access the the information needed without scrolling, I would like to make a page for the following screen resolutions:
To make my previous post clear, I'm not able to use more than three media queries.
Is there a limit to the number of media queries per style sheet?
What can I do to be able to have more than...
I've got another problem!
I coded a page for 1280px by 768px, however when I view the page in it's original 1280px by 1024px, it reverts to the 1280px by 768px.
I tried coding a 800px by 600px...
I was able to combine multiple style sheets! :)
How can I avoid conflicts and what's the proper values for the min-width and max-width?
Lastly, how can I make my page fit perfectly on other...
When I combine multiple CSS files into one, as suggested above, the page does not re-size at all. I'm not sure what I'm doing wrong here.
In regards to conflicts, I'm not sure what exact values I...