Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 12 of 12
Search took 0.03 seconds.
Search: Posts Made By: TheGameGuy69
Forum: JavaScript programming 09-23-2012, 03:43 PM
Replies: 13
Views: 633
Posted By TheGameGuy69
I cleaned this mess up for prototyping: lol ...

I cleaned this mess up for prototyping: lol

<div style="margin-top: 200px">
<script language="javascript">
<!--//
/*This Script allows people to enter by using a form that asks for a...
Forum: JavaScript programming 09-23-2012, 03:30 PM
Replies: 13
Views: 633
Posted By TheGameGuy69
I agree, this is good for prototypes , but use...

I agree, this is good for prototypes , but use PHP and MySQL to protect your user managerment ^^^^
Forum: JavaScript programming 09-22-2012, 03:29 PM
Replies: 13
Views: 633
Posted By TheGameGuy69
Post right here add: function pasuser(form) { ...

right here add:

function pasuser(form) {
if (form.pass.value=="FSN742PDXC") {
location="http://abc.co.za/?page_id=747"
} else if {

(form.pass.value=="nextINTXXCCo") {...
Forum: HTML & CSS 09-19-2012, 08:29 PM
Replies: 4
Views: 365
Posted By TheGameGuy69
Post sorry here is a better example: anything{ ...

sorry here is a better example:

anything{
background-image:url(newBG.jpg);
background-repeat:no-repeat;
background-position:center top;
/* margin-bottom:30px; */
color:#000000; ...
Forum: HTML & CSS 09-19-2012, 07:01 PM
Replies: 3
Views: 379
Posted By TheGameGuy69
Post Yeah you should be able to create a PHP file...

Yeah you should be able to create a PHP file which log's in by passing the variables to the file, the PHP file should be able to do this itself with a redirect
Forum: HTML & CSS 09-19-2012, 06:30 PM
Replies: 4
Views: 365
Posted By TheGameGuy69
just stretch the background out onto a div into...

just stretch the background out onto a div into the current div:


#mainstay2
{
width: 100%;
height: 100%;
background-image: coolbackground.jpg;
background-color: Blue;
...
Forum: HTML & CSS 09-19-2012, 06:18 PM
Replies: 4
Views: 365
Posted By TheGameGuy69
Post you want to split the background image up into...

you want to split the background image up into the boxes? or you want the background image behind the boxes(widgets)?
Forum: HTML & CSS 09-19-2012, 06:12 PM
Replies: 3
Views: 435
Posted By TheGameGuy69
Just make sure gdform.php is working, you just...

Just make sure gdform.php is working, you just need a phpe-mail handerler file like this one:

<?php
$errors = '';
$myemail = 'thegameguy@thegameguy.com';//<-----Change The email address here....
Forum: HTML & CSS 09-19-2012, 05:55 PM
Replies: 3
Views: 383
Posted By TheGameGuy69
Cool np :D glad I could help

Cool np :D glad I could help
Forum: HTML & CSS 09-19-2012, 05:53 PM
Replies: 2
Views: 408
Posted By TheGameGuy69
Post or yeah just add an images div: ...

or yeah just add an images div:



#HelmetSpec
{
position: absolute;
top: 2em;
padding-left: 220px;
}
Forum: HTML & CSS 09-19-2012, 05:46 PM
Replies: 2
Views: 408
Posted By TheGameGuy69
Post You could use absolute positioning : Wrap it...

You could use absolute positioning :

Wrap it all up with :

* {
margin: 0;
padding: 0;
}
html
{
Forum: HTML & CSS 09-19-2012, 05:36 PM
Replies: 3
Views: 383
Posted By TheGameGuy69
Post try overflow:hidden; and an ...

try

overflow:hidden;

and an
overflow:auto; on your main one ?
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT +1. The time now is 01:58 PM.