Jump to content

ForM4iN

Members
  • Posts

    16
  • Joined

  • Last visited

About ForM4iN

  • Birthday 09/17/1997

ForM4iN's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. The Problem was, that your code is focused on tabs, isnt it? Because when i clicked that link i couldnt scroll anymore and could only see the content of the linked id.
  2. Okay yeah sry! It works for the tabs! But then the scroll function is disabled! Can also do this with scrolling from id to id and the color changes? Like this: (scrollspy?) http://www.w3schools.com/Bootstrap/tryit.asp?filename=trybs_scrollspy_affix&stacked=h but with a different active color in the menu!
  3. Not that we talk different things: If i have this navbar: <ul class="w3-navbar w3-dark-grey w3-xlarge"> <li><a class="w3-hover-black" href="#0">Home</a></li> <li><a class="w3-hover-blue" href="#1">Link 1</a></li> <li><a class="w3-hover-red" href="#2">Link 2</a></li> <li><a class="w3-hover-yellow" href="#3">Link 3</a></li> </ul> and these ids: <div id="0" class="w3-black"> 0 </div> <div id="1" class="w3-blue"> 1 </div> <div id="2" class="w3-red"> 2 </div> <div id="3" class="w3-yellow"> 3 </div> i want, that when i am in id 1that the link text color which was white before to be blue! and when i am in id 2 i want id 1 to be white again and id2 to be red. what do i have to do?
  4. But isnt the link-color then always black? i want it just in the specified section! Could you give me an example please i dont get it :/
  5. And how do i do this with a onepager and a #example url navigation? sry for asking so much
  6. Or does this script also work with the normal navigation? So that my first link is green my second is blue... http://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_navbar_active And it should work on a onepage.
  7. I want the tabs to be my menu. And to have more accessibility it would be nice to scroll between the tabs
  8. Is there also a function, where i can use scrollup and scrolldown to switch the tabs right and left? Imean when i sroll down the first tab switches to the second?
  9. Does it work to set the first tab red like it is, the second blue, and the third green? http://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_tabulators_active
  10. Hey, is there in W3 already a script, or do i even need one, when i want, that: my active menu background to switch colors, when i scroll to a new section on my page? thx for the feedback!
  11. Maybe you can make the accordion open on the left and right site, too! So u have: w3-accordion, w3-accordion-left and w3-accordion right.
  12. Hey, can i include the html code from w3 in my wordpress site? or is this just for building a site without any other programs?
  13. Can you send me a link? And can i costumize it? Well i build a website with Brackets. so without things like Wordpress and so on
×
×
  • Create New...