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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Bravogolf

  1. Bravogolf

    Extract/Pull numerical ID from string

    Excellent, thank you :)
  2. Bravogolf

    Extract/Pull numerical ID from string

    Hi all, I'm stumped on this one! I have a collection or URL's entered by the user and I want to grab the numerical value contained within the URL. The URL will always appear as http://www.domain.com/folder/zx00000000/ and I'll always want to grab the numbers part (but the length of numbers may...
  3. Bravogolf

    Create a notes icon

    Lol, funny how writing about it helps! I simply create a Null value (rather than writing Null) if no comments are found in the text box. If values are found, display comments. I then wrote in the graphical indicator to say when any value is found, add this image where the value are the notes
  4. Bravogolf

    Create a notes icon

    Hmm, I setup a new column that populates itself with Null and Not Null and can set a graphical indicator based on whether Null is there or not. How can I ensure that the notes are in the mouseover of the image?
  5. Bravogolf

    Create a notes icon

    Hi there. In my project plan I've added a column to provide a green, amber or red face based on the status of that task. I'd like to have a new column which will only show a text icon, or whatever icon, if this task has notes. How can I do this?
  6. Bravogolf

    Javascript function to detect stylesheet being used?

    Thank you, BillyRayPreachersSon, for your help and detailed response. I like the IOTBS function myself but agree it does use up a lot of code! I'd rather not truncate it now after investing so much work into it and I don't imagine anytime soon I'll have the time to make that degree of code...
  7. Bravogolf

    Javascript function to detect stylesheet being used?

    Over at http://www.eye-floaters.com/floaters-talkingtoadoctor.php I have a page on which the user can change the stylesheet to be a dark style or light style. On that page, as you can see, are two Google AdSense units but, since Google does not allow customisation of the ad units with CSS, I...
  8. Bravogolf

    Another positioning issue ... what am I missing?

    Ahh, ok. Thank you, appreciate that.
  9. Bravogolf

    Another positioning issue ... what am I missing?

    Hi there, the issue is still present but only on http://www.heaphydesigns.com/ef2/index.php (where I use the div clearing tag). You can see right above the four "article headers" section there's a white gap that's pushed down by the left hand column.
  10. Bravogolf

    down state for links

    oops, example is at http://codex.wordpress.org/Dynamic_Menu_Highlighting
  11. Bravogolf

    down state for links

    Hi, I use PHP to do this dynamically (see example at http://www.heaphydesigns.com/ef2/index.php). The instructions for doing this are at http://www.heaphydesigns.com/ef2/index.php If you're not using PHP you could instead assign a unique class to the link in question but this has to be done on...
  12. Bravogolf

    Another positioning issue ... what am I missing?

    Put a position: relative to the central DIV tag that holds all the main content or to the DIV tag that uses the clear:both content? I've done that to both, just in case, and it still pushes down ...
  13. Bravogolf

    Another positioning issue ... what am I missing?

    Thank you, my friend, that was it. One more question, if I may, at http://www.heaphydesigns.com/ef2/index.php you'll see that the article headers section (again in IE) is pushed down to where the left column ends. This is because I have <div style="clear:both"></div> to make sure there is a...
  14. Bravogolf

    Another positioning issue ... what am I missing?

    In MSIE, at http://www.heaphydesigns.com/ef2/index.php you'll see that the layout is ok (hopefully) but when you go to http://www.heaphydesigns.com/ef2/theeye.php I've purposefully removed the right hand column to fit more text but this has borked the left left hand column (why won't it stay...
  15. Bravogolf

    DIV elements not properly aligned

    Your other suggestions made me change a few other things which were also incorrect so that's fixed the footer issue. I'll just keep on trying different things with the search block ;)

Part and Inventory Search

Back
Top