a quick PS question ...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lil2rich4u2
    ICQ: 175171926
    • Oct 2002
    • 11046

    #1

    a quick PS question ...

    i have the layout done of my site, and i know how to slice and dice, all that good stuff ... BUT

    there is a spot in middle of page where id like to put a scroll box.

    i dont know how to do it in the middle of a PS design!

    in other words, id like a box i can write some stuff and have it scroll if it extends past the given space.

    any easy tip you can give me? Or is this too complicated to do for a PS newb ..

    thanks
    HEY!!

    Unbeatable hosting! Customer service is top notch!

    --> ISPrime <-- Do a search on any board, their reputation is rock solid .. for years!!
  • lil2rich4u2
    ICQ: 175171926
    • Oct 2002
    • 11046

    #2
    i know its an entirely new question but is it possible to make this scroll box into a frame?

    this way when i click my NAV bar it opens the contents in a frame in this little box in the middle.

    thanks.
    HEY!!

    Unbeatable hosting! Customer service is top notch!

    --> ISPrime <-- Do a search on any board, their reputation is rock solid .. for years!!

    Comment

    • lil2rich4u2
      ICQ: 175171926
      • Oct 2002
      • 11046

      #3
      HEY!!

      Unbeatable hosting! Customer service is top notch!

      --> ISPrime <-- Do a search on any board, their reputation is rock solid .. for years!!

      Comment

      • lil2rich4u2
        ICQ: 175171926
        • Oct 2002
        • 11046

        #4
        well alrighty then
        HEY!!

        Unbeatable hosting! Customer service is top notch!

        --> ISPrime <-- Do a search on any board, their reputation is rock solid .. for years!!

        Comment

        • Fizzgig
          Registered User
          • Feb 2004
          • 9649

          #5
          Uhm...you'd just throw in a text area box...


          <textarea name="WHATEVER" rows="5" cols="42" >
          </textarea>

          Hmm?
          ---'-,-{@ Sassy Grrrl @}-'-,---

          Comment

          • Big Monkie
            Confirmed User
            • Feb 2003
            • 382

            #6
            Surprised nobody answered this.
            1. Make sure the sliced part in question is about the same size as whatever you want to put there. Duh.
            2. After generating the html, find that particular cell that the sliced pic is in. Get rid of the <img src=.... tag and instead make the sliced pic the background of the cell.
            3. Then you can put whatever html you want in the cell and it will display on top of the sliced pic. Textarea will work fine but sometimes a scrollable table is better, depends. For that just surround the table with div tags containing the overflow:auto style. Add another empty (no style) inner div tag if the horizontal scrollbar isnt needed.

            Comment

            • warlock5
              Confirmed User
              • Jan 2004
              • 2808

              #7
              Sounds like something that could be done with CSS layout code too.

              Comment

              Working...