1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

horizontal scroll for table

Discussion in 'CSS' started by kichus, Feb 9, 2006.

  1. #1
    hello friends,

    i have a table where fileds are increased both(rows and coulmns).I want a scroll bothe horizontally and vertically, to see all the fields.I got a vertical scroll bar, but no luck with horizontal one. can anyone help


    thanks
     
    kichus, Feb 9, 2006 IP
  2. the_pm

    the_pm Peon

    Messages:
    332
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Place the table inside a div, and apply overflow:scroll to the CSS for that div to enable scrolling in both directions by default.

    You can try applying that style to the table directly, but I'm not sure if it will work as desired.
     
    the_pm, Feb 9, 2006 IP