What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Div overflows...

Div overflows...
Author: Message:
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Div overflows...
Nope better way without scrollbars which is as follows:
In your css locate:
code:
div.main{
    padding-left: 8px;
    background-color: #F3F4F7;
    width: 95%;
    height: 300px;
    border-left: #19B7F1 1px solid;
    border-right: #1286E1 1px solid;
    font-size: 9px;
}

and change
code:
height: 300px;
to
code:
height:auto;

According to what I'm seeing on my computer it works but I'm not 100% sure.

This post was edited on 07-17-2005 at 05:26 PM by hmaster.
[Image: sig.png]
07-17-2005 05:25 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Div overflows... - by jren207 on 07-17-2005 at 04:34 PM
RE: Div overflows... - by -dt- on 07-17-2005 at 04:43 PM
RE: Div overflows... - by jren207 on 07-17-2005 at 05:01 PM
RE: Div overflows... - by -dt- on 07-17-2005 at 05:16 PM
RE: Div overflows... - by jren207 on 07-17-2005 at 05:24 PM
RE: Div overflows... - by hmaster on 07-17-2005 at 05:25 PM
RE: Div overflows... - by jren207 on 07-17-2005 at 05:26 PM
RE: Div overflows... - by hmaster on 07-17-2005 at 05:30 PM
RE: Div overflows... - by RaceProUK on 07-17-2005 at 08:07 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On