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 SkipVought 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: abovetopsecret
  • Order by date
  1. abovetopsecret

    IE & FF layout issue

    I see, right thanks again. But what about if say my columns had dynamic content, and it was ever changing. I would I then handle the height issue. Its a shame that the longest floating column doesnt dictate the height of the page, rather than having to hard code it in. Thanks
  2. abovetopsecret

    IE & FF layout issue

    thanks johnwm, that has now allowed me to release the right column, and once again it does not play ball without me having to force the right column up bu using a negative top value, which I dont want to do really. Is there a better answer to it than that. Thanks again
  3. abovetopsecret

    IE & FF layout issue

    In IE I got the main content area to move to the height of the left content area. http://www.accend4web.co.uk/bpcs/index.htm But in FF it doesnt move down. Can anybody help me with this one. Cheers
  4. abovetopsecret

    IE vs FF Nav issue

    Thanks guys, seems I missed the padding and margin issue. cheers both
  5. abovetopsecret

    IE vs FF Nav issue

    http://www.accend4web.co.uk/Dragon/index.htm The main nav underneath the image is causing me a few headaches. As you will see they dont match up, as the buttons in FF are away from the eeft, whilst the gap that in mozilla on the lft of the nav is then rolled over and runs off the right. There...
  6. abovetopsecret

    Object Required error

    here is the rest of it. function addScrollers() { // code each scroller as follows: // startScroll('id of scroller div','content of scroller'); startScroll('myscroller','<p><a href="#"><u>MILLING MACHINES</u><\/a><\/p><p><a href="#">AJAX VMC 1000<\/a> - Fitted with Heidenhain 426 Control with...
  7. abovetopsecret

    Object Required error

    Hi tsuji, I do not code in honesty in JScript, this is a vertical scroller that I'm trying to debug to put in a site. I put that alert is and I got a <p></p> which i sorted out, and then on refresh i got nothing, but the object required error. Im sorry that Im not working with you properly...
  8. abovetopsecret

    Object Required error

    Hi tsuji, thanks for your help, I have done those changes as shown in the code below: var speed=20; // scroll speed (bigger = faster) var dR=false; // reverse direction var sH; var eH; var sTxt; var step=2; function objWidth(obj) { if (obj.offsetWidth) return obj.offsetWidth; if...
  9. abovetopsecret

    Object Required error

    ok sorry to keep posting guys, but im sort of managing to make the error more specific now. var step=2; function objWidth(obj) { if (obj.offsetWidth) return obj.offsetWidth; if (obj.clip) return obj.clip.width; return 0; } function objHeight(obj) { if (obj.offsetHeight) return...
  10. abovetopsecret

    Object Required error

    Ok I broke it up a little as below, and the error is more specific now. var step = 2; function objWidth(obj) {if(obj.offsetWidth) return obj.offsetWidth; if (obj.clip) return obj.clip.width; return 0; } function objHeight(obj) {if(obj.offsetHeight) return obj.offsetHeight; if (obj.clip)...
  11. abovetopsecret

    Object Required error

    Hi there, Thanks for the advice and I went ahead and pasted the code as above, and the error dissapeared but the ticker no longer worked. So I guess that it basically either needs to be in that block or I need to look at somethign else. Shame though, I though we could have moved on with your...
  12. abovetopsecret

    Object Required error

    Char 39 if this help. Cheers
  13. abovetopsecret

    Object Required error

    I have an object required error and its coming from the bunch of code below, but cant work it out. var step = 2; function objWidth(obj) {if(obj.offsetWidth) return obj.offsetWidth; if (obj.clip) return obj.clip.width; return 0;} function objHeight(obj) {if(obj.offsetHeight) return...
  14. abovetopsecret

    Changing Dynamic URL's

    Hi Chris, Ok I'm going to follow your advice and take the lot down, it always played on my mind why the likes of Hamleys, amazon etc never had any link pages like that, and I was selling the site cheap for doign it. I get an odd clcick here and there from them, but nothing at all if you really...
  15. abovetopsecret

    Changing Dynamic URL's

    Hi Chris, You would forget them completely would you? as in if that was your site you would take the lot down would you? Isnt it an important part of my indexing in google though, as in if I take that lot away, they will remove me from their sites and i will lose out wont I?
  16. abovetopsecret

    Changing Dynamic URL's

    Thanks for everything guys, I think from talking to other people and from this site, I might give it a miss or come back to it at a later stage. I know this is way off mark on this post, but I am worried that Im selling my site short in terms of offering out reciprical links, but on the other...
  17. abovetopsecret

    Output in horizontal not vertical

    got it thanks, its a sort of done job, but if it works out in any other order it doesnt fall like that on that page. But it will do. Thanks again
  18. abovetopsecret

    Output in horizontal not vertical

    you sure it looks ok, to me i got 5 on top line then because there no restriction it got 6 on second line and its squashed up, forcing the line below to wobble. I was thinking of cutting each line to 5, then i wouldnt have that problem. but will try your suggestion now. Thanks
  19. abovetopsecret

    Output in horizontal not vertical

    lol sorry, forgot to put link in... Lucky this isnt paper, my carbon foot print wouldnt be too clever. http://www.checksafetyfirst.com/en/hotel.php?Id_Hot=120&Id=0
  20. abovetopsecret

    Output in horizontal not vertical

    Ive had a bash using the css below, and it isnt quiet right, and cant get it to only pump out 4. .navHotel { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 10px 0px 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; } .navHotel LI { PADDING-RIGHT: 0.5em; PADDING-LEFT...

Part and Inventory Search

Back
Top