- (jQuery) problem with smoothscoll
-
(jQuery) problem with smoothscoll
Hey guys! I hope you are doing well I was designing a onepage website, so i though that I might need to add smoothscroll.. I downloaded it but It didn't, I guess the problem is with the button that I want scroll it down when i click on it.. anyway this is my code >> HTML <center> <div class="scrolldownbutton"> <a href="#aboutme" title="scroll down"> <h4>WHO AM I ?</h4> </a> </div> </center> >> CSS : .scrolldownbutton { padding-top:30px; } .scrolldownbutton h4{ font-family:tahoma; font-size:16px; font-weight:bold; background:#758fc8; width:150px; color:#d8d8d8; padding:10px; border-radius: 10px 10px 0 0; transition: all 0.2s; } .scrolldownbutton h4:hover{ background:#566890; } I hope you tell me If there is something wrong with my codes, thanks <3
-
[HELP] What should I take in consideration if I wanna make a similar website ?
Hey Guys ! I wanna start to work on a website like that infographic http://www.google.com/insidesearch/howsearchworks/thestory/index.html?utm_source=Arabia%20I%2FO&utm_medium=Social&utm_campaign=Post-7011 I am good in HTML5 and CSS3 but .. I don't think that's are enough to make a similar website, I guess I have to learn Javascript right?
-
How to fixe a navbar while scrolling down the page?
Hello Everybody! I am currently designing a website and I want the navigation bar be fixed while i scroll the page.. (Facebook navbar for exemple) Can you help me please ? Thanks!
-
HELP Compatible with any screen
Hi Guys! Could you help me please ? I wanna make my website compatible with all the screens.. hwo can I do it ? This is my website that I'm working on http://ismaelali.zzl.org
-
Hover effect
I mean I wanna use a javascript that allow my button's hover looks good
-
Hover effect
Hi Guys ! I wanna a good hover effect for my website buttons.. could you help me please ?
-
Multilingual website
Thank you brother but I can change the whole website to another language but this is not the problem.. the problem is that I wanna make my home page as a simple page that you chose in your language, when you chose it, the website gonna run with the same language that you selected ..
-
Multilingual website
Hi guys! How are you ? =D I wanna do something for my website could you help me please ? I wanna make my website Multilangual, I mean I wanna make the index of my website as a page that the visitor chose in your langage ( between 3 languages) when he clicks on his language he's gonna enter the website..so how can I do it ?
-
-
- Problem with the navbar
-
- Problem with the navbar
- Problem with the navbar
-
- Problem with the navbar
-
-
Problem with the navbar
Hello guys! I have a problem with my website template.. I don't know how to activate the navbar.. I mean when I click on "Home" the button should be active but it's not.. I think I need a script .. Could you help me please ?! <div class="IsmaelHeaderBtm"> <nav> <li><a href="#Home">Home</a></li> <li><a href="#Works">Works</a></li> <li><a href="#Services">Services</a></li> <li><a href="#ContactMe">Contact me</a></li> <li><a href="#AboutMe">About me</a></li> <div class="clr"></div> </nav> </div> .IsmaelHeaderBtm { position:fixed; display:block; top:0; width:100%; background:#5987D2; } .IsmaelHeaderBtm nav { } .IsmaelHeaderBtm nav li{ float:left; } .IsmaelHeaderBtm nav li{ } .IsmaelHeaderBtm nav li a{ display:block; padding:5px 15px; margin-right:15px; margin-left:15px; color:#ddd; font-size:20px; font-family:"puertoHelve", tahoma; } .IsmaelHeaderBtm nav li a:hover{ color:#fff; height:25px; border-bottom:3px solid #ddd; padding-bottom:12px; } .IsmaelHeaderBtm nav li a.active { color:#fff; height:25px; border-bottom:3px solid #ddd; padding-bottom:12px; }