![]() |
|
#1
|
|||
|
|||
|
For our recent Posts module, I'd like to have it scrolling so it takes up less room. I can't for the life of me figure out how to do it. I know for an iframe its:
Code:
style="overflow:auto;height:250px;width:100% |
|
#2
|
|||
|
|||
|
the above code is not for an iframe. There is a specific html tag that defines an iframe, that displays another page within the frame.
But the code u posted is exactly what u looking for, and shows the same as an iframe. You simply need to add it to an block level element for the scrolling to work. EG: Code:
scrollbar will only appear once content is larger than specified height.
Hope this helps ![]() |
|
#3
|
|||
|
|||
|
Sorry it took me so long to get back. Thank you very much, this worked perfectly!
|
|
#4
|
|||
|
|||
|
I'm confused with this...If your adding a scroll bar to a module, where exactly in the module do you add this code in?
|
|
#5
|
||||
|
||||
|
In the Module Content box.
|
|
#6
|
|||
|
|||
|
Exactly where though?
|
|
#7
|
||||
|
||||
|
This is my guess because I haven't done it, but....
Put this code as the first line... Code:
<div style="overflow:auto;height:250px;width:100%"> Then end the code with this... Code:
</div> |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding a second nav module? | redalibi | "How Do I..." Questions | 2 | 04-05-2007 03:25 PM |
| Adding Module | chrislive | Troubleshooting / "How do I..." Questions | 3 | 10-20-2005 03:35 PM |
| Adding Module | ´ÀÉ`SÌLVÉR´ÀÉ` | Troubleshooting / "How do I..." Questions | 4 | 03-25-2005 04:21 PM |
| Adding the Forum as a Module | gilbert | Troubleshooting / "How do I..." Questions | 7 | 01-02-2005 10:51 AM |
| Help with adding new module | Nameless | Troubleshooting / "How do I..." Questions | 7 | 12-15-2004 06:52 PM |