This is a discussion on "Scrollable Div Help needed" within the Web Page Design section. This forum, and the thread "Scrollable Div Help needed are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Scrollable Div Help needed
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Scrollable Div Help needed
Hi.
I have set up a website using a CMS and I have the content in a scrollable div, On many computers the content in the white box (content area) sits outside the content area and is thus unreadable. Can anyone tell me what I can do to fix this? Thanks in advance Tanya ps. the website is http://www.cleanlivingrecords.com |
|
|
|
||||
|
Re: Scrollable Div Help needed
To be honest Tanya, Scrollable divs aren't the best idea in the first place... they look ugly, especially on a nice graphical interface like yours. They also, by definition require the user to scroll to get information (not a good thing in web design)
What I'd suggest is redoing the page so that it eliminates the need for a scrollable div. Alternatively, if you really need/want to keep it I'd suggest checking and double checking all your padding/margins on the div and all tags within it. If all else fails just stipulate that <p> is a set width so not to overhang the edges of the div. If you need any further assistance then don't hesitate to ask. Dan.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
|||
|
Re: Scrollable Div Help needed
Quote:
Thanks for replying Dan. I do want to keep the scrollable div, I believe everything is ok with the padding etc. I have been told the problem is occuring in IE6 and FF1.5.0.4. Im not sure what you mean by "stipulate that <p> is a set width" could you please clarify on this? Cheers Tanya |
|
||||
|
Re: Scrollable Div Help needed
In CSS, as with everything else, you can set a width for the <p> tag.
For example: p { colour: #000000; font-family: verdana, Ariel, MS Sans Serif; font-size: 0.9em; margin-bottom: 20px width: 350px } This tells <p> that it cannot be wider than 350 pixels. Hope this helps.. If not then I will be happy to continue to help you. Dan.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Last edited by minute44; Jul 10th, 2006 at 10:38. |
|
|||
|
Re: Scrollable Div Help needed
Quote:
Ok i just added this, obviously edited to my needs and........ it just added a horizontal scrollbar to the div? Any other suggestions, is anyone using any of these versions, in which the misplacement occurs? I dont know actually how bad it is? Thanks Tanya |
|
||||
|
Re: Scrollable Div Help needed
Quote:
I really think this is the answer and urge you to persist with exploring it. can I see some screenshots of the problem as It looks OK on mine...
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
|||
|
Re: Scrollable Div Help needed
Quote:
Cheers Tanya |
|
|||
|
Re: Scrollable Div Help needed
Ok, I have just installed IE 6 AND FF 1.0.5.4 and I am not getting the misplacement, so why is it that other people are?
Is it showing up ok for everyone else? What browsers/versions are you using? Cheers all Tanya |
![]() |
| Tags |
| scrollable, div, help, needed |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| scrollable text PLEASE HELP ASAP | dench82 | Starting Out | 0 | Apr 30th, 2007 01:58 |
| Mouse scrollable gallery | itorch | Flash & Multimedia Forum | 1 | Nov 30th, 2006 16:50 |
| Scrollable Table? | Prof | Web Page Design | 6 | Nov 7th, 2006 00:37 |
| Scrollable Text Box | mirracle4 | Web Page Design | 3 | Jul 12th, 2006 10:28 |