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 8
1
2
3
>
Last
»
Showing results 1 to 25 of 197
Search took
1.52
seconds.
Search:
Posts Made By:
kippie
Forum:
HTML & CSS
01-03-2013, 01:19 PM
Replies:
1
How to set margin for TinyScrollbar
Views:
204
Posted By
kippie
How to set margin for TinyScrollbar
I want to use Jquery TinyScrollbar. Now I would like to have a margin between the scrollbar and the text. How can I set this margin? Can anyone help?
This is the code I use:
<!DOCTYPE html...
Forum:
JavaScript programming
09-10-2012, 07:04 AM
Replies:
5
Question about preloading images
Views:
836
Posted By
kippie
No I want preloading. LAs far as I know, lazy...
No I want preloading. LAs far as I know, lazy loading is based on a predictable show in which you know which slides are on the screen and which are coming on the screen. But with this smoothDivScroll...
Forum:
JavaScript programming
09-08-2012, 04:11 PM
Replies:
5
Question about preloading images
Views:
836
Posted By
kippie
Hi Logic Ali, Thanks for your prompt...
Hi Logic Ali,
Thanks for your prompt suggestion, but I thinking this is rather difficult. SmoothDivScroll allows the user to chose the scrolling direction and the sets of images he wants to see. It...
Forum:
JavaScript programming
09-08-2012, 02:11 PM
Replies:
5
Question about preloading images
Views:
836
Posted By
kippie
Question about preloading images
I'm working on a website with a slideshow (smoothDivScroll) and a lot of big images (about 50 photos of 50k each). This is all together more than 2500k so I want to use preloading of the images. Now...
Forum:
JavaScript frameworks
04-03-2012, 03:04 PM
Replies:
3
How to make button for this script?
Views:
426
Posted By
kippie
Hi sunfighter, Thans for your reaction, but...
Hi sunfighter,
Thans for your reaction, but I'm looking for the correct code for a button to start this script. And I assume that it will be something like:
<input type="button" onclick="??"...
Forum:
JavaScript frameworks
04-02-2012, 08:41 PM
Replies:
3
How to make button for this script?
Views:
426
Posted By
kippie
How to make button for this script?
I want to make a button to start a script of JQuery SmoothDivScroll. The script is:
<script type="text/javascript">
$(window).load(function() {
$("div#makeMeScrollable").smoothDivScroll({...
Forum:
JavaScript frameworks
02-19-2012, 11:52 AM
Replies:
0
How to show left arrow in Jquery SmoothDivScroll
Views:
1,061
Posted By
kippie
How to show left arrow in Jquery SmoothDivScroll
I use a simple html with JQuery SmoothDivScroll. The images scroll nicely, but when you start the file only the right arrow (to scroll faster) is shown. The left arrow only appears when you rollover...
Forum:
JavaScript frameworks
01-23-2012, 03:38 PM
Replies:
0
How to let different clouds rise with this html?
Views:
233
Posted By
kippie
How to let different clouds rise with this html?
In the html below clouds are rising each time when you give a click. But I would like to let each time a different cloud rise, first http://www.creatief-denken.nl/cloud1.png, then...
Forum:
HTML & CSS
04-17-2007, 03:47 PM
Replies:
1
How to add command: print on next page?
Views:
685
Posted By
kippie
How to add command: print on next page?
In the html below I try to print (click print-icon) all letters "a" on page 1 and all letters "b" on page 2. For this I use the css .break (pagebreak-after: always). But I don't get it working. Could...
Forum:
HTML & CSS
04-15-2007, 04:23 PM
Replies:
4
How to get rid of blank spaces?
Views:
833
Posted By
kippie
Thanks for your help!
Thanks for your help!
Forum:
HTML & CSS
04-14-2007, 01:02 PM
Replies:
4
How to get rid of blank spaces?
Views:
833
Posted By
kippie
How to get rid of blank spaces?
In the link http://www.deacademievoorinnovatieftrainen.nl/wrong.html I try to get rid of the vertical blank spaces between the images. I 've tried and tried, but I don't understand why they are there...
Forum:
HTML & CSS
03-14-2007, 09:20 AM
Replies:
4
How to make a text more narrow?
Views:
931
Posted By
kippie
Thanks for your reply, That's about the...
Thanks for your reply,
That's about the spacing between the letters. But is there also a way to stretch or narrow the letters themselves?
Forum:
HTML & CSS
03-14-2007, 07:42 AM
Replies:
4
How to make a text more narrow?
Views:
931
Posted By
kippie
How to make a text more narrow?
In the html below I want to make the text more narrow (to gert the letters cloer to each other). I read about Css-property font-strech but I cannot get it more narrow. Could someone help? Or is there...
Forum:
HTML & CSS
11-22-2006, 06:20 PM
Replies:
4
How to get rid of this horizontal scrollbar?
Views:
1,002
Posted By
kippie
Hi AeroSpace, Thanks for your reply. I'm a...
Hi AeroSpace,
Thanks for your reply. I'm a little puzzled. It's probably much better to get rid of the tables. For the simple HTML I understand what to do. But I have a more complicated page. I...
Forum:
HTML & CSS
11-22-2006, 04:09 PM
Replies:
4
How to get rid of this horizontal scrollbar?
Views:
1,002
Posted By
kippie
How to get rid of this horizontal scrollbar?
In the html below (see also http://www.creatief-denken.be/opl47k.html) I have in IE a horizontal scrollbar and a vertical scrollbar. In the #contentRight div I use the command "overflow: auto" in...
Forum:
HTML & CSS
11-15-2006, 06:00 AM
Replies:
6
How to get lineheight of links the same in FireFox as in IE?
Views:
806
Posted By
kippie
Oh Yes. The bullets are gone! (see...
Oh Yes. The bullets are gone! (see http://www.inspiration-company.nl/test42a.html ). But now the "height" of all the links in Firefox is 20 - 30% shorter than in IE? Could it be made more equal?
Forum:
HTML & CSS
11-14-2006, 09:44 PM
Replies:
6
How to get lineheight of links the same in FireFox as in IE?
Views:
806
Posted By
kippie
Hi Rmedek, Could you please explain a bit...
Hi Rmedek,
Could you please explain a bit more, because I don't understand what you mean. I did what you said (see http://www.inspiration-company.nl/test42.html), but I still get bullets. What do...
Forum:
HTML & CSS
11-14-2006, 09:20 PM
Replies:
6
How to get lineheight of links the same in FireFox as in IE?
Views:
806
Posted By
kippie
Hi Rmedek, Thanks for your reaction. I added...
Hi Rmedek,
Thanks for your reaction. I added line-height as you can see in http://www.inspiration-company.nl/test41.html, but there is still a rather big difference in FireFox compared to IE. In...
Forum:
HTML & CSS
11-14-2006, 01:41 PM
Replies:
6
How to get lineheight of links the same in FireFox as in IE?
Views:
806
Posted By
kippie
How to get lineheight of links the same in FireFox as in IE?
In the html http://www.inspiration-company.nl/test40.html I have placed 4 links. In IE there is a normal small vertical distance between the lines of these links. In Firefox however there is more...
Forum:
HTML & CSS
11-07-2006, 07:53 AM
Replies:
1
How to make scrolling text under header?
Views:
753
Posted By
kippie
How to make scrolling text under header?
In the HTML below I use divs contentleft, contentcenter and contentright. Because the text under the Header Contentright is so long I would like to make a scrollbar for the text of contentrigth but...
Forum:
JavaScript programming
10-29-2006, 09:11 PM
Replies:
1
How to use numeric scores?
Views:
654
Posted By
kippie
How to use numeric scores?
I would like to make a questionaire on the web with different pages/htmls. On each page the user can score on certain parameters let's say: p1, p2, p3. The scores he reaches at the end of a page...
Forum:
DOM and JSON scripting
09-26-2006, 05:52 AM
Replies:
10
How to get images in their original form as thumbnails?
Views:
2,143
Posted By
kippie
Thanks Coothead for all your help. I can use this...
Thanks Coothead for all your help. I can use this code very well. Sorry, sometimes it's difficult to express exactly what i want. Thanks again.
Kippie
Forum:
DOM and JSON scripting
09-26-2006, 05:51 AM
Replies:
10
How to get images in their original form as thumbnails?
Views:
2,143
Posted By
kippie
Perfect, thanks a lot.
Perfect, thanks a lot.
Forum:
DOM and JSON scripting
09-25-2006, 06:28 AM
Replies:
10
How to get images in their original form as thumbnails?
Views:
2,143
Posted By
kippie
Hi Coothead, Thanks for all your attention...
Hi Coothead,
Thanks for all your attention and your help in making things clear in English. In fact I would like to have both. My idea is this. Is is possible to have a grid of cells (a table for...
Forum:
DOM and JSON scripting
09-24-2006, 07:25 PM
Replies:
10
How to get images in their original form as thumbnails?
Views:
2,143
Posted By
kippie
OK so I tried the following:...
OK so I tried the following: www.festifood.nl/coothead2.html. But this is not a nice grid, a bit uneven. I don't know if this is possible at all but I wonder if it's possible to get these kind of...
Showing results 1 to 25 of 197
Page 1 of 8
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
09:12 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.