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 wOOdy-Soft 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 BobTB

  1. BobTB

    Browser Detection - Re Direct

    I need a script to detect the browser of the user and re-direct to another web page if they are not using a specific version of browser. For example: If the user has IE 5 & above or Netscape 6 & above then they can view the main page. If they have earlier versions then they are re-directed to...
  2. BobTB

    Removing scrollbar using JS

    I have a web page that is 580px long. When I view the page in Netscape 7 there a no greyed-out scrollbars on the far right of the page. But in Internet Explorer 6, the scroll bar is shown on the far right of the page but greyed-out because the page doen't require a scroll bar. Is there a way...
  3. BobTB

    Scrollbar Problem

    I have a web page that is 580px long. When I view the page in Netscape 7 there a no greyed-out scrollbars on the far right of the page. But in Internet Explorer 6, the scroll bar is shown on the far right of the page but greyed-out because the page doen't require a scroll bar. Is there a way...
  4. BobTB

    Small Javascript problem

    Hi Adam I fixed the problem...... something as simple as the line below........I must have lost a few brain cells somewhere, lol myMenu.onactivate = repositionMenu; myMenu2.onactivate = repositionMenu;
  5. BobTB

    Small Javascript problem

    I am trying to implement this script for a menu but have a small problem.........I need to have more than one menu on the same page but I am not sure of the correct coding to do this.....I am part of the way there but can some one tell me how to code the following line for multiple menus. The...
  6. BobTB

    CSS - Class positioning problem

    Does anyone have anymore suggestions regarding this positioning problem.........nothing has worked so far......the div's need to be auto scrolling, so that means that I cant use tables only. Thanks
  7. BobTB

    CSS - Class positioning problem

    How would I make this table auto scroll then. Do I place a width, height and overflow elements into the css script?
  8. BobTB

    CSS - Class positioning problem

    onpnt.............tried that and it still has the line space above the heading in Netscape 7.............is there anything else I can try?
  9. BobTB

    CSS - Class positioning problem

    Do you just have to change the <div> tags to <layer> tags?
  10. BobTB

    CSS - Class positioning problem

    I have posted the sample code but no-one has provided an possible answer..........can someone please help???
  11. BobTB

    CSS - Class positioning problem

    Try the code below in both IE ans NS7 browsers and you will see there is a space or blank line above the first line of text. <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;> <html> <head> <title>Untitled Document</title> <meta http-equiv=&quot;Content-Type&quot...
  12. BobTB

    CSS - Class positioning problem

    I have created a web page in dreamweaver mx and also an external .css file. I have created a standard text class for a main heading. It works ok but the problem is that when the heading displays in Netscape 7.0 the is always a gap or space above the text heading. In Internet Explorer 6 it shows...
  13. BobTB

    DIV positioning problem

    Hi, I have a page that has a table that is set to 100%. I then have placed a table inside and centered it and sized it at 760px. Inside the inner table I have placed the DIV for a scroller. The javascript for the scroller has the absolute coordinates for positioning the scroller DIV, and it is...
  14. BobTB

    Script Problem . . Screen Resize problem with DIV

    Hi, To make the coordinates Relative to the larger DIV do I need to add anything to the code, apart from just changing the coordinates????
  15. BobTB

    Script Problem . . Screen Resize problem with DIV

    Hi RISTMO, If I do that, do I then need to remove the absolute cordinates in the javascript, as shown below <script language=&quot;javascript&quot; type=&quot;text/javascript&quot;> var scroll = new ScrollBox(&quot;scroller&quot;, 300, 120, 380, 200, 100) </script>

Part and Inventory Search

Back
Top