-
Please Comment..
hey kevin.. thanks for the comment. yes i do agree the music section is getting cluttered! as for the fade in and out.. there is a video background in store too.. it serves a purpose when the video background is activated. am working on that. yes.. am a dubstep fan.. but my bro (for whom i am building this) is a dubstep composer cheers
-
Please Comment..
hey.. please comment on this website.. have been working on this for two days now East Stepper constructive criticism of the site would be appreciated thanks cheers
-
First Template
uh well.. good for you! been doing it for 4 years now.. and yes, Principle of Beautiful Web Design was my first book too
-
Jquery Selector help
Well then, I don't know whats going on I can only take a wild guess in this case .. when i alert the imagid var, i get 191 .. so that shouldn't be a problem. if the variable is not being passed correctly, maybe there is a type conversion error and you could create the "imageid"+imageid string earlier and then use it fr ajax.. just a wild guess!! as random as there could be leprechauns messing with ur system inside!
-
First Template
i hate it.. i hate it when u say that this is your first template! get tf outta here!! ur kidding right! please tell me u r! how did u learn everything at once? colors, coding (proper! if i might add)! hell if this is ur first template! god know wht ur gonna do two three yrs down the line! kudo & cheers! nice job
-
Jquery Selector help
Okay.. did not have the time to go through ur whole script.. i believe u are missing an event.preventDefault() .. without this, the page will just goto "#" and refresh itself before executing anything else.. am attaching a working code.. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script type="text/javascript" src="jquery-1.3.2.min.js"> </script> <script type="text/javascript"> $(document).ready(function() { $("a.button2").click(function() {event.preventDefault(); var imageid = $(this).parent('li').find('img').attr('id'); alert(imageid);} ); }); </script> </head> <body> <ul> <li> <img src='../images/back2.png' id='a191' alt='Alyssa' /> <a href='#' class='button2' >Delete</a> </li> </ul> </body> </html> do +1 if this was useful
-
-
Jquery Selector help
yup.. id can't start with/or be a number..
-
Hullo All
yeah.. online forums are good.. its been fun around here till now.. solving problems asking questions..
-
how is this done?
if you use wmode=transparent then u can actually click what is beneath the canvas.
-
Help with WP.
i believe u had asked the question i replied to u ^ in a different post my apologies
-
Help with WP.
okay.. i looked up your problem. am attaching two images. the "entry small" has an inline position:absolute style in 1.jpg which is a capture of the preview at elegantthemes your site is missing those inline attibutes thus all the entry small class instances are positioned relative to the parent container and each other. that is why when the changes, all the others are affected if you changed it in to position:absolute in main css file, it would be okay. hope this solves ur problem
-
jheg reacted to a post in a topic:
how are you supposed to link to the index page from within your site?
-
how are you supposed to link to the index page from within your site?
agree with roothost.. it should not be a problem.. u should remove all the other default directory filenames (home.html, default.html...) etc from your control panel..lest u upload some page with that name and all your pages link to it instead of index.html
-
slide show website
it can be used newhere.. it is a jQuery plugin that'll work on any site. you will need to know a bit of html and javascript to get it working though.. if you need help setting it up, feel free to PM me..
-
Case: Aiming for more pages per visit.
+1 , that's perfect.. give the user something to explore other than just scroll..
-
-
slide show website
woohoo.. a web guru +1ed my post!! opened the acc. thanx mate