Forum: JavaScript / DHTML / AJAX Sep 11th, 2009 |
| Replies: 2 Views: 536 thanks
at the moment there is no javascript at all, it doesnt work by a mouseover but css hover:
.thumbnail:hover span
visibility: visible;
top: 0;
top:73px;
width:30%;
left:35%; |
Forum: JavaScript / DHTML / AJAX Sep 10th, 2009 |
| Replies: 2 Views: 536 Hi
I am using the css image gallery I got from:
http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/
I want to change the behaviour, currently an image is enlarged when a user... |
Forum: Graphics and Multimedia Aug 18th, 2009 |
| Replies: 1 Views: 488 I am looking to build a site, part of which will be an image gallery, I want the ability for a user(s) to be able to login and upload images that would then be automatically added to the gallery,... |
Forum: Search Engine Optimization Jul 6th, 2009 |
| Replies: 6 Views: 301 I had a malware warning about my site but have no idea how it would of got on there or what I should do about it?
-------------------------------------------------------------
Safe Browsing... |
Forum: HTML and CSS Jun 18th, 2009 |
| Replies: 3 Views: 1,391 Okay thanks, I get you, can see how this could cause problems.
The thing is if you want to control the design cant having percentages cause problems too?
But I guess for this example instead of... |
Forum: HTML and CSS Jun 17th, 2009 |
| Replies: 3 Views: 1,391 Hi my friend developed a site http://www.pershoreinbloom.com it looks fine in most browsers but when I view on my 14" screen with IE 7 the content text overlaps onto the background image, I am trying... |
Forum: Site Layout and Usability Jun 11th, 2009 |
| Replies: 5 Views: 1,047 Not sure this is right forum but..
I have a domain name that I have purchased
domainexample.co.uk
However I want this domain name to go to a particular folder on webspace that I have... |
Forum: JavaScript / DHTML / AJAX May 11th, 2009 |
| Replies: 4 Views: 2,020 Thanks guys thats awesome :icon_biggrin: |
Forum: JavaScript / DHTML / AJAX May 5th, 2009 |
| Replies: 4 Views: 2,020 I have a product image that is 4 images 'sewn together'
http://www.flickr.com/photos/28033561@N03/3504394261/
I am going to set a div called ProductImage and then have the background of the div... |
Forum: JavaScript / DHTML / AJAX Apr 15th, 2009 |
| Replies: 1 Views: 1,234 I have a menu div that I have styled so that is always visible on my page. When a user clicks a menu item they are taken to that section of that page using an anchor withing the page but the menu... |
Forum: JavaScript / DHTML / AJAX Mar 6th, 2009 |
| Replies: 2 Views: 1,534 Hi I try to do this within my function:
var tmp = document.getElementById('date').value;
var tmp = ddmmyyyy.split('/');
var date = tmp[1]+'/'+tmp[0]+'/'+tmp[2];
But it doesnt work ? |
Forum: JavaScript / DHTML / AJAX Mar 6th, 2009 |
| Replies: 2 Views: 1,534 I have recently changed my page so my date that is held in a textbox is in the European Format, ie DD/MM/YYYY
The problem is all of my other javascript functions expect it in the 'normal' format.... |
Forum: MySQL Mar 6th, 2009 |
| Replies: 4 Views: 751 By a similar logic could I do something like:
REPLACE(str, from_str %, to_str)
As I am updating multiple columns adding where causes would make my code very verbose.
Thanks |
Forum: JavaScript / DHTML / AJAX Mar 5th, 2009 |
| Replies: 0 Views: 688 I have a javascript calendar, It is working fine, I have set all the styles, but have now realised that it displays in american date format
ie Month Day Year
I want it to display in European Format... |
Forum: MySQL Mar 5th, 2009 |
| Replies: 4 Views: 751 I am using the syntax: REPLACE(str,from_str,to_str)
to replace data in my table. However I have a slight issue I would like to address, when I have the following records
jon | jonathon | jonas... |
Forum: MySQL Mar 2nd, 2009 |
| Replies: 6 Views: 741 But my tables are created dynamically by the sql query, so I cannot hardcode in the nested tables, could I perhaps change my seperator from | to a html element that would organise the display? |
Forum: MySQL Mar 2nd, 2009 |
| Replies: 6 Views: 741 Hi, it is being output to a table, but all of the passnger names go as a list within a passenger td, is it not possible to do something in the SQL query? |
Forum: MySQL Mar 2nd, 2009 |
| Replies: 6 Views: 741 I have a query that brings though a list of passenger names, is there a way in which I can set the length of each of these names to equal 10 characters. So even if I have shorter names eg "bob,... |
Forum: JavaScript / DHTML / AJAX Feb 25th, 2009 |
| Replies: 3 Views: 474 Hi thanks, I didnt realise that is what the control part meant, I have removed that now.
Cheers |
Forum: JavaScript / DHTML / AJAX Feb 24th, 2009 |
| Replies: 3 Views: 474 Hi
I have a form on which I run some validation, if any of the conditions fail I show an alert. For example for the name field
<input type="text" name="name" id="name">
... |
Forum: MySQL Feb 24th, 2009 |
| Replies: 3 Views: 644 Thanks for the replies, my syntax was wrong, opps. Yes I have changed it to that and problems sorted. Cheers! |
Forum: MySQL Feb 18th, 2009 |
| Replies: 3 Views: 644 Hi, I would appreciate some help, I cannot get my query to work:
UPDATE journey j
SET j.occupancy=j.occupancy-1
Inner Join passengers p
On... |
Forum: JavaScript / DHTML / AJAX Feb 17th, 2009 |
| Replies: 1 Views: 711 I have some javascript that inputs a date into a textbox upon the selection from a pop-up calendar.
I need to add a function call - GetSchedule() - within this calendar javascript code.
My function... |
Forum: JavaScript / DHTML / AJAX Feb 9th, 2009 |
| Replies: 3 Views: 1,530 Okay thanks, was my first post will do that from now.
Unfortunately that suggestion didnt work |
Forum: JavaScript / DHTML / AJAX Feb 7th, 2009 |
| Replies: 3 Views: 1,530 I have the code to show predictive text when a user enters a value, However I am struggling to change its behaviour.
Currently it shows the suggestions seperately, I would like to alter it so its... |