Click here to Skip to main content
15,892,072 members
Home / Discussions / Web Development
   

Web Development

 
QuestionCreate a website to teach Pin
RV202012-Feb-18 23:56
RV202012-Feb-18 23:56 
AnswerRe: Create a website to teach Pin
Richard MacCutchan13-Feb-18 1:58
mveRichard MacCutchan13-Feb-18 1:58 
GeneralRe: Create a website to teach Pin
RV202013-Feb-18 2:07
RV202013-Feb-18 2:07 
GeneralRe: Create a website to teach Pin
RV202013-Feb-18 2:07
RV202013-Feb-18 2:07 
AnswerRe: Create a website to teach Pin
Kate Holloway18-Feb-18 0:14
Kate Holloway18-Feb-18 0:14 
QuestionURL rewriting with pure php and .htaccess Pin
partapsingh8-Feb-18 20:41
partapsingh8-Feb-18 20:41 
AnswerRe: URL rewriting with pure php and .htaccess Pin
luplup9-Feb-18 13:57
luplup9-Feb-18 13:57 
QuestionScroll Down!! Pin
User 98970747-Feb-18 9:38
User 98970747-Feb-18 9:38 
Hi...i have this code right here to scroll down the window for the desired position..my problem is that i need to replace the button element by an image with this reference "#WE21c6b55f75"..
I do not know how!!!

Code i have:

HTML
<button onclick="scrollWin()">Click me to scroll horizontally!</button><br><br>

<script>
function scrollWin() {
    window.scrollTo(500, 0);
}
</script>


Code i tried:

HTML
<div id="WE21c6b55f75" onclick="scrollWin()"></div>

<script>
function scrollWin() {
    window.scrollTo(0, 2300);
}
</script>


Somebody?..i know this is really simple to do but i am not figuring it out..i am learning from W3Schools by myself... Thank You!

modified 7-Jan-19 21:02pm.

AnswerRe: Scroll Down!! Pin
Richard Deeming7-Feb-18 11:20
mveRichard Deeming7-Feb-18 11:20 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 0:26
User 98970748-Feb-18 0:26 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 0:53
mveRichard Deeming8-Feb-18 0:53 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 1:04
User 98970748-Feb-18 1:04 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 1:08
mveRichard Deeming8-Feb-18 1:08 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 1:11
User 98970748-Feb-18 1:11 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 1:24
mveRichard Deeming8-Feb-18 1:24 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 1:27
User 98970748-Feb-18 1:27 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 1:41
mveRichard Deeming8-Feb-18 1:41 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 1:43
User 98970748-Feb-18 1:43 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 1:45
mveRichard Deeming8-Feb-18 1:45 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 1:48
User 98970748-Feb-18 1:48 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 2:01
mveRichard Deeming8-Feb-18 2:01 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 2:06
User 98970748-Feb-18 2:06 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 2:31
mveRichard Deeming8-Feb-18 2:31 
GeneralRe: Scroll Down!! Pin
User 98970748-Feb-18 2:42
User 98970748-Feb-18 2:42 
GeneralRe: Scroll Down!! Pin
Richard Deeming8-Feb-18 3:00
mveRichard Deeming8-Feb-18 3:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.