-
Content Count
11 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout wese1991
-
Rank
Newbie
- Birthday June 1
Previous Fields
-
Languages
HTML, CSS, Javascript, PHP
Profile Information
-
Interests
Website Design
C Programming
Sheepshead
Physics
-
So I have a standard two level menu in one php file that I show on all the pages on a website. The menus and submenus are nested <ul> elements. When you go to a page, I would like the submenu that includes that page to be open by default. And also to stay open if another submenu isn't hovered over. I think I can figure out the menu transformations. The part I need help on is finding the submenu that the active page is contained in so I can set that one to be open.
-
- javascript
- jQuery
-
(and 2 more)
Tagged with:
-
@dsonesuk: Thanks for all the pointers there! I think I have everything fixed now so far. Everything looks good. I don't hate IE quite as much at the moment now.
-
I am trying to make a horizontal menu bar for a website. I am doing it the way they show on W3 with a <ul> list and css formatting. Every attempt looks horrible in IE 8.0. The usual bullets are still present and it is still vertical instead of floating horizontal.Can anyone take a look at this and tell me how to make this type of menu show up properly in the common versions of IE? Here is the site: http://cwarchitect.d....com/index.html
-
Nevermind I think I just found it. <link rel="shortcut icon" href="icon/address" type="image/x-icon" /> Would that be how it's done??
-
I was just wondering how you can get a little logo icon to show up in front of the page title in a browser's tabs. Most websites seem to do it now but I don't remember seeing anything like this in the tutorials. Is it as simple as putting an <img> inside your <title> tags? This is more a question of curiosity at the moment. I haven't tried playing around with anything like this yet. Just wondering for the future. Thanks.
-
For those who don't have Google+ and all, join the google group https://groups.google.com/group/socialcode?hl=en and we can talk more in there.
-
ok so does anyone have a suggestion for a place to make a group outside of google+ for those not 18 yet?or should that be the first project, to make a collaboration site? lol
-
That's cool. Do you have a google+ account? You should join that group I have linked to up top. Right now i'm trying to make a tictactoe game with javascript.
-
I have taught myself web design from w3 schools and other websites. I am just an amateur still and looking to expand on my skills. I have fun coding websites from scratch and seeing what I can do. I am looking for amateur web developers who have some ideas on how to make coding more social and work together on some projects. I created a Google+ group to see what it can do: https://plus.google....749577265986159Also join this google group if you are interested in talking more about this: https://groups.google.com/group/socialcode?hl=en Check it out or post here.
-
So I'm working on making my first real website from scratch. Here it is: http://futzaround.zxq.netDo you have any suggestions for me? If the layout is good, now I'm looking into facebook integration and all i can do with that facebook login button.