Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 5
1
2
3
>
Last
»
Showing results 1 to 25 of 110
Search took
0.18
seconds.
Search:
Posts Made By:
Repatilian
Forum:
JavaScript programming
12-26-2012, 07:51 AM
Replies:
5
Making a mousedown function display an image with different dimensions.
Views:
428
Posted By
Repatilian
Hi, I see that your code is doing what...
Hi,
I see that your code is doing what I want, but I'm not sure how to incorporate that into a button when you click on it. Do I link up my original mousedown function to your code? Thank...
Forum:
JavaScript programming
12-26-2012, 07:39 AM
Replies:
5
Making a mousedown function display an image with different dimensions.
Views:
428
Posted By
Repatilian
Yes, the problem I was having is it wouldn't work...
Yes, the problem I was having is it wouldn't work on older browsers the same way. I guess I could've asked about that. That's for the help though. I'm gonna implement the coding from this thread and...
Forum:
JavaScript programming
12-25-2012, 09:55 AM
Replies:
5
Making a mousedown function display an image with different dimensions.
Views:
428
Posted By
Repatilian
Making a mousedown function display an image with different dimensions.
Hello,
This may be an impossible proposition or to demanding, but if I could get any help I would be very appreciative. I need to make my buttons, when pressed, change to a large image that...
Forum:
HTML & CSS
11-29-2012, 10:39 AM
Replies:
3
Hello, I'm trying to get spacing between my buttons. I'm not sure if its HTML or CSS.
Views:
383
Posted By
Repatilian
I got it fixed. I used a method of <ul>'s, and...
I got it fixed. I used a method of <ul>'s, and applied the styling to the index.html file itself. Thank you.
Shane
Forum:
HTML & CSS
11-23-2012, 11:45 AM
Replies:
3
Hello, I'm trying to get spacing between my buttons. I'm not sure if its HTML or CSS.
Views:
383
Posted By
Repatilian
Hi, I tried to use relative and fixed to the...
Hi, I tried to use relative and fixed to the position line in my nav element in my main.css. I also tried adding an outline line to the nav, nav li, and nav a elements. I still can't get it to...
Forum:
HTML & CSS
11-23-2012, 08:27 AM
Replies:
3
Hello, I'm trying to get spacing between my buttons. I'm not sure if its HTML or CSS.
Views:
383
Posted By
Repatilian
Hello, I'm trying to get spacing between my buttons. I'm not sure if its HTML or CSS.
Hello,
I was wondering if anybody could assist me in getting some space between the buttons on my website. The website is www.marksbodyshop.org I tried adding padding, margin, and border elements...
Forum:
JavaScript programming
06-06-2012, 05:02 AM
Replies:
3
not sure how to do this javascript making buttons work correctly
Views:
461
Posted By
Repatilian
thank you very much. i really needed to get this...
thank you very much. i really needed to get this all worked out. I saw what you wrote and i guess i didn't really look into it at all. Sorry. Thank you it looks great.
Forum:
JavaScript programming
06-06-2012, 02:40 AM
Replies:
3
not sure how to do this javascript making buttons work correctly
Views:
461
Posted By
Repatilian
not sure how to do this javascript making buttons work correctly
Hi, i had a post about making an large image to appear when a link is pressed and i got the answer for it, But now i don't know how to get all my buttons to work like my first one. I basically just...
Forum:
HTML & CSS
06-05-2012, 10:38 PM
Replies:
2
Echo comment area
Views:
279
Posted By
Repatilian
thank you that worked.
thank you that worked.
Forum:
HTML & CSS
06-05-2012, 09:38 PM
Replies:
2
Echo comment area
Views:
279
Posted By
Repatilian
Echo comment area
Hi, i was wondering if anyone could help me with a comment area that seems to stretch out when viewed by firefox, opera or chrome. This is just a comment area that i found on the internet with...
Forum:
JavaScript programming
06-05-2012, 09:14 PM
Replies:
10
setting widths and heights to some javascript code
Views:
704
Posted By
Repatilian
thank you very much that's exactly what i wanted....
thank you very much that's exactly what i wanted. thank you thank you thank you.
Forum:
JavaScript programming
06-05-2012, 03:32 AM
Replies:
10
setting widths and heights to some javascript code
Views:
704
Posted By
Repatilian
ok this is working very well. thank you so much...
ok this is working very well. thank you so much for your help. I have a page with the code you have given me it's www.marksbodyshop.org/index3.html It looks great. The only thing is it displays the...
Forum:
JavaScript programming
06-04-2012, 06:52 AM
Replies:
10
setting widths and heights to some javascript code
Views:
704
Posted By
Repatilian
i added what xelawho said and it came up with...
i added what xelawho said and it came up with this www.marksbodyshop.org/index2.html . the way i want it to look is a button which is how they show up when you first go to my site, that file is...
Forum:
JavaScript programming
06-03-2012, 09:51 PM
Replies:
10
setting widths and heights to some javascript code
Views:
704
Posted By
Repatilian
setting widths and heights to some javascript code
Hi, i have some buttons that use onclick, onmouseover and onmouseout commands. On the mouse click i want paint splats to show on the page. The paint splat image is alot larger then my button and...
Forum:
JavaScript frameworks
06-03-2012, 09:43 PM
Replies:
17
run animated gif when link is clicked
Views:
1,392
Posted By
Repatilian
thanks that's exactly what i needed.
thanks that's exactly what i needed.
Forum:
JavaScript frameworks
05-30-2012, 10:56 PM
Replies:
17
run animated gif when link is clicked
Views:
1,392
Posted By
Repatilian
i really don't care if i use jquery or not
i really don't care if i use jquery or not
Forum:
JavaScript frameworks
05-30-2012, 10:06 PM
Replies:
17
run animated gif when link is clicked
Views:
1,392
Posted By
Repatilian
i tried to change it to this but it didn't work. ...
i tried to change it to this but it didn't work.
<img width="60%" border="0" style="cursor:pointer" src="button/about-us-01.png" onmouseover="changepic(2)" onclick="changePic(this)"></img>...
Forum:
JavaScript frameworks
05-30-2012, 10:02 PM
Replies:
17
run animated gif when link is clicked
Views:
1,392
Posted By
Repatilian
would an onmouseover command work? I'm not sure...
would an onmouseover command work? I'm not sure where i would put it.
Forum:
JavaScript frameworks
05-30-2012, 09:34 PM
Replies:
17
run animated gif when link is clicked
Views:
1,392
Posted By
Repatilian
maybe you could put the mouseover image in the...
maybe you could put the mouseover image in the code you gave me?
Forum:
JavaScript frameworks
05-30-2012, 09:32 PM
Replies:
17
run animated gif when link is clicked
Views:
1,392
Posted By
Repatilian
ok that worked perfectly but i don't think it's...
ok that worked perfectly but i don't think it's using the jquery for the three state rollover. i don't care if the mousedown function is used. It would be cool, but i really only need the mouseover....
Forum:
JavaScript frameworks
05-30-2012, 07:58 PM
Replies:
17
run animated gif when link is clicked
Views:
1,392
Posted By
Repatilian
ok i know this sounds dumb but i don't know how...
ok i know this sounds dumb but i don't know how to do that. can you help me set the timeout?
Forum:
JavaScript frameworks
05-30-2012, 07:12 PM
Replies:
17
run animated gif when link is clicked
Views:
1,392
Posted By
Repatilian
ok i added this. <div ><a href="aboutus.htm"...
ok i added this. <div ><a href="aboutus.htm" onclick="button/paintsplat.gif" id="aboutimg_anchor" ><img width="60%" id="aboutimg" border="0" src="button/about-us-01.png"></a></div>
my buttons...
Forum:
JavaScript frameworks
05-30-2012, 02:01 AM
Replies:
17
run animated gif when link is clicked
Views:
1,392
Posted By
Repatilian
run animated gif when link is clicked
Hi, i was wondering how i could get an animated gif to play once a link is clicked. My site is www.marksbodyshop.org I want an animation to run before redirecting the page. My rollovers are done in...
Forum:
HTML & CSS
05-18-2012, 09:29 PM
Replies:
2
hey i have an image that won't display on my website
Views:
337
Posted By
Repatilian
that fixed it thanks.
that fixed it thanks.
Forum:
HTML & CSS
05-18-2012, 08:30 PM
Replies:
2
hey i have an image that won't display on my website
Views:
337
Posted By
Repatilian
hey i have an image that won't display on my website
Hi, i was wondering if anyone could help me. I have an image on my website that just comes up with an outline and the little error thing in the upper left corner. The image name is...
Showing results 1 to 25 of 110
Page 1 of 5
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
12:20 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.