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 7
1
2
3
>
Last
»
Showing results 1 to 25 of 173
Search took
0.24
seconds.
Search:
Posts Made By:
nikee
Forum:
HTML & CSS
10-14-2010, 04:59 PM
Replies:
2
linking html page with asp page
Views:
493
Posted By
nikee
I'm not entirely sure what you're trying to do,...
I'm not entirely sure what you're trying to do, but you can add extra hidden fields thats posted with each form to know which one is posted...
Something like this:
// An if statement to...
Forum:
HTML & CSS
09-13-2010, 01:17 PM
Replies:
3
Anyone know the program that produces this please ?
Views:
584
Posted By
nikee
That's pretty much impossible to tell, as many of...
That's pretty much impossible to tell, as many of the office products allows you to save files as HTML or similar. May i ask why you need this info?
Forum:
HTML & CSS
09-13-2010, 12:50 PM
Replies:
3
Anyone know the program that produces this please ?
Views:
584
Posted By
nikee
Mso -> Microsoft Office?
Mso -> Microsoft Office?
Forum:
JavaScript programming
08-26-2010, 08:20 PM
Replies:
6
jQuery - "return false" when submitting form? (stopping the submit)
Views:
7,060
Posted By
nikee
Thanks guys. I found the error, and it was such...
Thanks guys. I found the error, and it was such as simple mistake! Kind of embarrassing tbh...
I had added one too many "});" further down the code, and that was causing it not working.
Thanks...
Forum:
JavaScript programming
08-25-2010, 07:40 PM
Replies:
6
jQuery - "return false" when submitting form? (stopping the submit)
Views:
7,060
Posted By
nikee
That did it! But i'd like to know how to do it...
That did it! But i'd like to know how to do it without using inline javascript code.
Thanks! :)
Forum:
JavaScript programming
08-25-2010, 06:58 PM
Replies:
6
jQuery - "return false" when submitting form? (stopping the submit)
Views:
7,060
Posted By
nikee
jQuery - "return false" when submitting form? (stopping the submit)
Hey there.
I'm running into a bit of trouble while trying to cancel the submit of a form. I've been following this tutorial (http://vimeo.com/4173282) (even though i'm not making a login script),...
Forum:
HTML & CSS
08-05-2010, 02:56 PM
Replies:
7
How to get code to be visible on a web page
Views:
604
Posted By
nikee
Sorry, i made a few mistakes in the last post. It...
Sorry, i made a few mistakes in the last post. It works now:
<?php
$url = "http://" . $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
echo "<form>";
echo ...
Forum:
HTML & CSS
08-05-2010, 02:04 PM
Replies:
7
How to get code to be visible on a web page
Views:
604
Posted By
nikee
Are you talking about the URL to your website? ...
Are you talking about the URL to your website?
use php to get and display it:
<php>
$url = "http://" . $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
echo ...
Forum:
HTML & CSS
07-29-2010, 11:13 PM
Replies:
3
min-height attribute does not work
Views:
992
Posted By
nikee
As far as i know, that's the only way with CSS....
As far as i know, that's the only way with CSS. I'm sure there are some javascript hacks for this, if that's an option for you? But may i ask why you need a minimum height on a table cell? Could you...
Forum:
HTML & CSS
07-29-2010, 10:47 PM
Replies:
3
min-height attribute does not work
Views:
992
Posted By
nikee
I don't know a workaround, but i'd really like to...
I don't know a workaround, but i'd really like to know why you need to display it as a table-cell?
Forum:
HTML & CSS
07-29-2010, 12:06 AM
Replies:
3
How to force a page to update in IE
Views:
1,230
Posted By
nikee
Oh sorry. Well as far as i know i don't...
Oh sorry.
Well as far as i know i don't think that's possible to do with just HTML and CSS. If you have PHP installed on your server you could just replace your frameset with seperate DIV tags...
Forum:
HTML & CSS
07-28-2010, 09:42 PM
Replies:
3
How to force a page to update in IE
Views:
1,230
Posted By
nikee
Can't you just rightclick in the frame and...
Can't you just rightclick in the frame and refresh from there? Try holding in Shift and clicking the refresh button in your browser if the rightclick doesn't work.
Forum:
HTML & CSS
07-28-2010, 09:32 PM
Replies:
1
Table question- need Cellspacing on Top/Bottom but not sides
Views:
1,755
Posted By
nikee
Not sure if it gives you the same result, but...
Not sure if it gives you the same result, but have you tried padding?
<td style="padding-top: 10px;"....
Forum:
HTML & CSS
07-27-2010, 01:59 PM
Replies:
5
Image Loading
Views:
1,058
Posted By
nikee
Not that i know of, nope.
Not that i know of, nope.
Forum:
HTML & CSS
07-27-2010, 01:47 PM
Replies:
5
Image Loading
Views:
1,058
Posted By
nikee
It shouldn't take that long for the page to load...
It shouldn't take that long for the page to load anyways. Is it a big page? Sorry, no more suggestions.. :/
Forum:
HTML & CSS
07-27-2010, 01:22 PM
Replies:
5
Image Loading
Views:
1,058
Posted By
nikee
You could just hide the image with display:none...
You could just hide the image with display:none by default, and then set it to visible when the page has loaded with javascript? Not sure if that's what you're looking for, but it'll work.
Put...
Forum:
HTML & CSS
07-27-2010, 12:18 AM
Replies:
13
Positioning images over background images in a defined position/page height
Views:
1,380
Posted By
nikee
Alrighty, i got a solution. Take these two...
Alrighty, i got a solution.
Take these two images:
<img class="dec_left" src="images/dec_left.png" style="z-index: 1;">
<img align="right" src="images/dec_right.png" position:left;="" ,=""...
Forum:
HTML & CSS
07-26-2010, 06:11 PM
Replies:
8
Remove Part of a Link Underline
Views:
1,310
Posted By
nikee
Split it into two different links and style the...
Split it into two different links and style the second one, like this:
<a href="http://www.example.com/">Some </a><a style="text-decoration: none;" href="....">Text</a>
Forum:
HTML & CSS
07-24-2010, 02:43 PM
Replies:
3
please help me (html code)
Views:
487
Posted By
nikee
Oh okey, let's try this: <form...
Oh okey, let's try this:
<form action="http://www.mydomain.com/Order/Shetab.asp" method="GET">
<input type="text" name="Price" value="" />
<input type="text" name="Code" value="" />
...
Forum:
HTML & CSS
07-24-2010, 02:10 PM
Replies:
3
please help me (html code)
Views:
487
Posted By
nikee
This should do it: <form...
This should do it:
<form action="http://www.mydomain.com/Order/Shetab.asp?Username=demo&" method="GET">
<input type="text" name="Price" value="" />
<input type="text" name="Code" value="" />...
Forum:
HTML & CSS
07-23-2010, 01:08 PM
Replies:
5
Need help modifing existing dropdown menu.
Views:
569
Posted By
nikee
I'm not really sure which link you're reffering...
I'm not really sure which link you're reffering to. From my side it looks just like before?
And, this is a bit OT, but why are you using javascript to replace "top_link_selected" with another...
Forum:
HTML & CSS
07-22-2010, 08:07 PM
Replies:
5
Need help modifing existing dropdown menu.
Views:
569
Posted By
nikee
This might help you: a {color: #FFFFFF} ...
This might help you:
a {color: #FFFFFF} /* unvisited link */
a:visited {color: #FFFFFF} /* visited link */
a:hover {color: #FFFFFF} /* mouse over link */
a:active {color: #FFFFFF} /*...
Forum:
HTML & CSS
07-20-2010, 02:52 PM
Replies:
6
Automatically insert the cursor in to a text field
Views:
1,067
Posted By
nikee
Put this on the bottom of the page, just before...
Put this on the bottom of the page, just before ending your body tag:
<script type="text/javascript">
function formfocus() {
document.getElementById('element').focus();
}
...
Forum:
HTML & CSS
07-19-2010, 04:29 PM
Replies:
3
Is there any way to move this to the top?
Views:
634
Posted By
nikee
Try: <td valign="top"> ...
Try:
<td valign="top">
</td>
Forum:
HTML & CSS
07-18-2010, 06:37 PM
Replies:
12
My content is overflowing the container div.
Views:
2,091
Posted By
nikee
I'm not sure if really makes any difference in...
I'm not sure if really makes any difference in rendering, but when i view the source code in firefox the syntax highlightning breaks at some of your comments.
Try to make sure that you have the...
Showing results 1 to 25 of 173
Page 1 of 7
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
03:39 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.