Search:
Type: Posts; User: spinnykid
Search :
Search took 0.01 seconds.
Hi,
This may seem a silly question, but i just can't figure it out, i am trying to return a value of false from my function but all i am getting is ''
please note i have onlyincluded the parts...
Hi Jason,
Thank you for your compliment's, at the moment it is just a xhtml/css layout and not active, but when it's coded i would use an if statment..
if ($value >= 0) {
// Make...
Hi,
Messy as it may be, i have resolved the problem with a <div style"clear:left"></div> after the content that i wanted
Thanks Anyways
SpinnyKid :p
Additional
The page, both css and xhtml validates apart from the -moz-border-radius eliments
Hi,
i am having a problem with a container div, that's not flowing with the content, this is causing a problem with the margin on the content section.
the page can be veiwed at...
thanks westweb, i will be sure to try that out, thank you for the compliment on the design...
the second part of the design makes more sense, i totally forgot about the h? tags, and will look for...
Hi,
I am having a problem setting the text color for one of the sections of my design, the white box on the left hand side refuses to have #3c3c3c color text with out changing the rest of the text...
Not every body know's what a variable is, and by showing the variable creation, they have a little more of an idea, and can do a little more reaserch on if the want...
e.g.
Searching for "new...
Thanks Fang, Works a treat, so i can remove all but the lakst of the selectors &) the class'ss, and make my css files smaller???
Hi,
i have updated the code a little, to iron out some html errors, but am still getting the error...
the problem html...
<div id="right-content">
<div id="right-box">
Hi,
i am having trouble with css and divs, left or right alligning my divs causes one of the boxes to not display correctly...
i have uploaded the source code, and a screen shot of the files...
i have this web address comp.***.co.uk and i am using mod-rewrite, the problem is my mod_rewrite script causes a 500 server error and i can't understand why....
i want the url ".co.uk/1" and...
not 100% but you could try
alert ("hi challenger! please press ok and tell me youre name");
var a = prompt("so your name is? ","")
if (a ="")
{
alert ("aw! how sad! you forgot your own...
Whats the URL for this site, i am intreaged as to what you have all ready?
I have got it sorted, but now the first rule generates a 500 error? agggh
new .htaccess file
RewriteEngine On
RewriteRule ^p/([^/]*)$ /index.php?p=$1 [L]
RewriteRule ^p/([^/]*)/$...
Hi,
I basically want to redirect users with cleaner html.
the uri i have is
http://192.168.1.10/index.php?p=platform&g=game&a=area
i have managed to get it working with all variables so i...
i have fixed the nav jumping, i have also fixed the text problem.
Hi,
The first link in my CSS UL menu apears to be moving 1px right on hover, i have been scanning the code for about 4 hours now and i can't see a problem. i ran it through W3C's validators and...
I Figured it i needed to float the li items left
body {
background-image: url(../images/background-blue.png);
background-repeat: repeat-x;
margin:0px;
padding:0px;
}
#container {
position:absolute;
left: 50%;
Hi,
I am trying to create a css menu that goes horizontaly across the screen, but it wont go horizontaly.....
i have tried to display:inline; the navigation menu
I have attached the code and...
I have figuered out how to clear the text box, but i only what it to do so with a cirtain text string
<input type='text' value='Type something...' onclick='this.value = "";' />
Hi All,
I want to have a text box with the text "Search....." in it that when you click in it the text dissapears and leaves you with a blank text box, i know this has somthing to do with the...
I have just noticed the problem and it now works, "# head" should be "#head"