Results 1 to 8 of 8

Thread: Table in a table
      
   

  1. #1
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Exclamation Table in a table

    Hi Folks,

    I am trying do do something that may be a bit tricky and need some help and advice please.

    I have a table (months of the year) and when I mouse over the month I would like it to open a table that shows the days.

    The hard part here is when I veiw this second table I would like to create a mouse over effect that when I mouse over a day text will appear specific to that day, and the text should appear in a place I determine on the screen.

    I thank you in advance of your replies

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Table in a table

    Rob-
    Nothing simple that you could create with BV. However, a search of Google for Dynamic Web Calendars showed several with this one showing many in one spot;
    http://www.calendarhome.com/clink/web-calendar.html

    Cheers-

    Andy
    PHP- is a blast!

  3. #3
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Default Re: Table in a table

    Hi Andy,

    Thanks for the link.

    Accepting that not much can be done in BV - please check this page out http://www.gnjgf.co.za/iptcour.html

    When I mouse over the number at the top table an image appears.

    Can I replace the name of the image with a table instead thus the mouse over would open up a table - I guess - those in th eknow would be able to advise.

  4. #4
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Table in a table

    Like I said- not eaisly done.

    I would try creating the table and conent that you want on a seperate web page and align it into the top left corner. Name the page table1 and save and publish.

    Then exactly as you have done with the golf course java script showing all the holes- change ....
    var a1 = '<img src="http://www.gnjgf.co.za/ipt01.jpg" width="550" height="325" border="1" alt="First">'

    to....

    var a1 = '<src="http://www.gnjgf.co.za/table1.html" width="550" height="325" border="1" alt="First">'

    and see if that pulls the table into view for you. Might even have to us this....

    var a1 = '<src="http://www.gnjgf.co.za/table1.html" alt="First">'

    Experiment a little. Most things are possible, it just depends on how much work you want to put in to achieve your goal - if there is not a program out there that already does it.

    Another idea would be to create an I-Frame and then with the numbers above like in your example, the links would pull your created web page with the table on it, into the I-frame.

    Hope that helps.

    Andy
    PHP- is a blast!

  5. #5
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Default Re: Table in a table

    Hi Andy,

    Thanks again.

    Time is a plenty and I really dont mind giving it up to this good cause.

    I appreciate the ideas you have shared and will give them some atention

  6. #6
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Default Re: Table in a table

    Hi Andy,

    It seems as if you are more correct than ever.

    I can make the change as suggested however the first options do not show up the new html file.

    When changing it as per the last option it seems as there is a clash with the script and warnings relating to those errors appear.

    Back to the drawing board

  7. #7
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Table in a table

    Then maybe the I-Frames will be the best bet? Have a look here for something that you may be able to modify and suit your needs.

    http://netisopen.com/computer/IFT004...e_display.html

    Andy
    PHP- is a blast!

  8. #8
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Default Re: Table in a table

    Hi Andy,

    I am progressing.

    I have managed to get this page done at www.gnjgf.co.za/calendar.php

    What remains to be done now are the following:
    1. Link the months at the top to open the repective month below , without clicking on the month "area" so that by mousing over the month the month opens below.
    2. When the month opens below and I have entered the relavant events, on mouseover I would like the enlarging colour and text to happen in the white shaped area below.
    3. Lastly - as ceratin events happen on the same day as others I would like them to appear with differing colours - much the same as is found at http://www.epjgf.co.za/oct2007.html
    Thanks so much for the time and interest you have given in providing help

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49