Nice one. :)
Your message is too short please enter 20 characters or more.
User Profile
Collapse
-
-
Fade movieclip on mouseout
Hi Everyone,
I've had a look around but couldn't find any answers so thought I'd ask you lot. :)
I'm using actionscript 2.0. What I have on my stage is a button that when you mouse over it, pops up a movie clip. Then when you move you mouse off it, it disappears after about 3 seconds. What I'd like it to do is fade out after 3 seconds rather than disappearing. For some reason this seems to be pretty much impossible with... -
-
Drop quality for more usabilty?
Hi all,
I'm in a bit of a predicament as to what I should do with our site in terms of mobile browsing.
I've built the site and it looks good pretty much across the board and now I'm thinking about people who don't sit at a desk and browse the site.
The problem is that the site looks great at the moment on the iPhone and iPod touch without a mobile device styesheet. If I enable a stylesheet to alter the... -
A predicament
Hi all,
I'm in a bit of a predicament as to what I should do with our site in terms of mobile browsing.
I've built the site and it looks good pretty much across the board and now I'm thinking about people who don't sit at a desk and browse the site.
The problem is that the site looks great at the moment on the iPhone and iPod touch without a mobile device styesheet. If I enable a stylesheet to alter the... -
-
Fantastic. Works a treat. :D
Solution:
Code:<script language="javascript"> function changeclass() {document.getElementById("downloadbox").className="hidden"; } if (document.getElementById("downloadbox").innerHTML == " ") { changeclass(); } </script>
Leave a comment:
-
-
Sounds like the right route to go down, but I can't seem to get it to work..
Here's what I've got:
Code:<div id="downloadbox"> </div> <script language=javascript> if (downloadbox.innerHTML == " ") { alert("sometext"); }
Leave a comment:
-
Thanks for the reply.
I would use asp or aspx, but they are disabled on the server.. =/
Do you have any tutorials on checking the innerHTML content, please?...Leave a comment:
-
Show a div only if it has content
Hi Guys,
I've found a few scripts to hide a div when a button is clicked, but these aren't quite what I'm looking for.
I'm using adobe contribute to update my site and therefore I need to have a downloads box (a simple div with just a non-breaking space character in). What I'd like to happen is to have this on every page by default and have a little script test it. If the box has a non-breaking space in, hide it, if... -
It's the comparing bit I have a problem with.. How do I code this?:
If dateopened = trainingdate then
templateifeld's css proerty is "hide"
I don't know how to get vb to pull the values from the datatbase, you see.. =/...Leave a comment:
-
What should be a simple if statement!
Hi everyone,
I have a problem which I'm sure should be very simple to solve, but I can't work out why!
Background:
I'm using visual studio to create apsx, access and vb pages. I have a DetailsView displaying information about a 5 step process. At the admin side, the user ticks a box for each stage. the user side then displays this to the user so they can see where the admin side are up to with their request.... -
Thank you. I've spent hours looking through every bloody option in visual studio and comlpetely overlooked this one!...Leave a comment:
-
Do you mean that you can't set a height on your divs as you don't know how tall they are going to be?
If this is the case, use
_height: 200px;
min-height: 200px;
_height is read by IE, but ignored by firefox. This is good because Firefox uses absolute heights, so if you put a background image or border, the contents will spill over the top and look sketchy. Therefore using "height: 200px;"...Leave a comment:
-
Sorted!
SELECT audits.ID, audits.QuickNam e, audits.Status, Person.PersonID , Person.Admin
FROM ((audits INNER JOIN allowed ON audits.ID = allowed.AuditNu m) INNER JOIN Person ON allowed.PersonI D = Person.PersonID )
WHERE (Person.PersonI D = ? OR ? = 1) AND (audits.Status = 'Closed')Leave a comment:
-
An SQL Statement gone wrong!
I'm using visual studio 2005 with ASPX + VB and Access.
Can someone help me with this, please. What I want the SQL to do is display all closed audits. The problem is that only certain people are allowed to see certain audits. So I want people to only see closed audits where they have rights. This is done by a PersonID (stored in a session). The only other people who can see closed audits are Admin staff, who have an admin value of... -
ASPX/VB Problem with a login page
Hi,
I'm very nearly there with this. I'm just having a problem with an if statement.
I'm using ASPX and VB with Access
I've created a Username text box (txtUN) and a Password text box (txtPW)
The datasource queries the database for all user names and passwords where username = txtUN and password = txtPW.
I have an if statement on the log in button which is as follows:
... -
Hi Luke,
I can't use the server as it can only be seen by the subnet. It's completely blocked by a firewall so no-one outside of the subnet can see anything published on it - which is why people will get an error page in the iframe..
Cheers,
Tom...Leave a comment:
No activity results to display
Show More
Leave a comment: