Jump to content

Rayne

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Rayne's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks Andy B... Had to tweak the overflow so that i could get horizontal scrolling using "white-space: nowrap;" but it seemed to work. A quick question though... it seems that that the scrollbar appears at a different place on firefox and IE?? Any reason why this is and if its possible for me to state where the scrollbar should be positioned? Strangely it appears perfectly on IE and annoyingly low on firefox!? Who knew IE would work better than firefox????
  2. What i'm trying to do is create a dynamic button header... Basically, depending on how many files are in a particular folder the site should display that many buttons... from 1 to 100+ if needed. I know how to read the files using php (readdir()) and to count the number of files fine, thats not a problem. But when i try to create too many buttons my site cant handle it. What i want is a scrollable area where the buttons will be placed. So if the number of buttons is too great to display on the page at once, the user needs only scroll to find the rest of the buttons. Kind of like a textarea but with pictures inside! How would i do this???
  3. I'm creating a portfolio website for my pictures and want the buttons at the top of the page to be dynamic, depending on the amount of files in the folder that the pictures are held in. I figure i'll need a way of reading the amount of files in a folder, then create a while loop to display the buttons... but no real idea how to do this?! Any help would be much appreciated!!
  4. Ok, so havent used PHP for years and i need to know basic classes and ways to do the following: I need to create a calendar where the user can select a month and then click on a day. This will then populate a form with this info. Basically just like lastminute.com where you choose a day from a calendar. I dont expect anyone to give me the code, though that would be great, but a point in the right direction and the classes needed to do this would be great. Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.