Jump to content

pocklove

Member
  • Posts

    7
  • Joined

  • Last visited

pocklove's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi all, thanks again for the advice, I'm going to get to cleaning my site up once it is functioning as it should. Regarding the initial query I raised, I figured that the only difference between the pages that were working ok and the ones that weren't were the fact that the slideshows use SWFObject I looked up on that and have found the solution to be to add a line to the javascript. fo.addParam("wmode", "transparent"); and that seems to do the job. Cheers guys.
  2. Thanks for the advice. The reason for the multiple Head and Body sections is because I have used php include and I wasn't sure about the necessity of having the head section for each of the bits that I include. I will clean it up. The reason why the slide show is in an iframe is becuase it is a slideshow that is created used simpleviewer and Picasa. It generates an index page for each slide show and I have just included that using iframe. I will look at putting the html from the slideshow index page directly into the page rather than using iframe. I'll let you know how I get on. Thanks.
  3. A page that does work http://www.nydbbq.co.uk/pages/clubhouse/map.php A page that doesn't http://www.nydbbq.co.uk/pages/gallery/amber.php If you hover over the 'teams' link in the menu bar then you'll see it disappears behind the frame in the second page.
  4. pocklove

    CSS Dropdown Menu

    Hi, I've put a CSS dropdown menu on my site (Similar to the one used by the Sheffield Rugs guy in another post in this section of the forum) I've got it working fine but on some of the pages where I have embedded another page using the dropdown menu 'disappears' behind the iframe. I do have other pages where I've embedded pages using iframe where the drop down menu takes priority and is shown above the iframe. How can I make it so the drop down menu always shows above everything else?
  5. Thanks, I'm not quite ready for the world of databases yet, I'm gonna try and pick that up in the sumer. I'll look into it again then. Thanks.
  6. Is it possible to use PHP include to only include part of another page? (ie the part of the table I want to show as a preview) If I did it that way wouldn't I have to update the 'tables page' (That includes the whole table) and the PHP file (That would include the section I need to preview), so that would mean updating two files? In which case I may as well update the 'tables page' and the home page. Unless there is a way to use PHP include to only include part of a selected page???
  7. Hi, I have a table I want to display, say a sports league table. On the 'tables page' there is the full table for example 1. Team 1 5-0 2. Team 2 4-1 3. Team 3 4-1 4. My Team 3-2 5. Team 4 3-2 6. Team 5 1-4 etc etc I want to show a preview of this on the home page so it only shows My team, and the teams directly above and directly below, so, example 3. Team 3 4-1 4. My Team 3-2 5. Team 4 3-2 Question: Can I link the preview on the home page to the full table on the 'tables' page so I dont have to update both pages every time the league changes? I just want to have to update the full table once and then the preview feed off that. Hope that makes sense. Cheers.
×
×
  • Create New...