Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jwhittlestone
  • Content: Threads
  • Order by date
  1. jwhittlestone

    Cross frame scripting, altering a hyperlink in a child frame

    Hi people, With a non-frames page, I wanted to alter an anchor/hyperlink using javascript so i used the following code: <code> function changelink() { homebutton = document.getElementById("mainNav").firstChild; homebutton.href = "anotherurldotcom"; } </code> This function was invoked with...
  2. jwhittlestone

    IE6 / IE7 Layout problem with a curved box and a slice

    Hi All, I have a problem with <a href="http://magazine.foxybingo.com/" target="_blank">a curved box on my page.</a> There are three components - the top curve, the div for the background (with a slice) and the bottom curve. When I add them together, it renders fine in FF, but in IE6/IE7 there...
  3. jwhittlestone

    Menu positioning - images drop down despite display:inline

    Hi All. I have a problem with the horizontal main nav. I want to include images either side of the UL. I have managed the left image, but the right image drops down to the next line, despite using display:inline for the container div and the ul. To see what i mean...
  4. jwhittlestone

    Strange extra bottom margin on image - validated

    If you see the left hand orange box theres a strange extra bottom margin on the image. It all validates ok, anyone have any pointers please? Thanks! A desperate developer jon http://www.barbaryonline.com/jw/fox...sign/mainv2.php
  5. jwhittlestone

    CSS Filter: Skew-whiff border/Strange misalignment in Internet Explore

    Dear Tektips, There are two files which display incorrectly in Internet Explorer but are fine in Firefox. I've heard that one before, i hear you cry :( In IE, if you see the bottom right hand corner that is mis-aligned The css file can be found <a...
  6. jwhittlestone

    Bar graph, _xscale property and referencing movieclips

    I think I may have the referncing incorrect to alter the _xscale property of a movie clip within a movie clip The bars should be showing as I alter the _xscale property in a function, but this is not happening. I hope someone may be able to help an AS newbie (as I'm close to tears ) As you can...
  7. jwhittlestone

    Replace ampesand with regular expression

    Hi, I would like to remove ampersands from text and repace them with the HTML special character. This is so that I can use them in a query string. This is my code but it doesn't work, can you see a problem with it? //if have needed to escape the string for previous operations...
  8. jwhittlestone

    url of frameset from child frame javascript

    Hi there, I'm having a bit of difficulty with a function that will open a link depending on the calling frameset. The function (promoLink()) is located in a frame (trinity.getminted.com) and depending on the frameset (www.instanwinmirror.com or www.sundaymailinstantwin.com) I wish to open the...

Part and Inventory Search

Back
Top