Welcome, Guest
Please Login or Register.    Lost Password?

fixed width and div overflow in transparent bliss
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: fixed width and div overflow in transparent bliss
#369
fixed width and div overflow in transparent bliss 4 Years, 4 Months ago Karma: 0
hi.

the template transparent bliss is by far one of the finest templates i've seen this far, thanks for sharing this. yet it has the same problem as most joomla templates: a lot of content causes a lot of scrolling.

to solve this, i would like to make the main column overflowing (in HEIGHT). with this, the scrollbar will only be shown in the main div if needed, causing the menu to stay visible on any page.
the thing is i haven't figured out exactly how to implement it in the template. i have tried "overflow: auto;" in many possible ways yet without result.

so if anyone knows of a decent solution (keep in mind: div overflow, not frames! and i'm talking about fixed height, not fixed width) it would be highly appreciated if you could help out.

thanks!
tim
tim@amisurya.com
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#375
Re:fixed width and div overflow in transparent bli 4 Years, 3 Months ago Karma: 12
Try
#right {overflow: scroll}

I personally don't like those little scroll bars in the middle of the screen. It is possible to have the left menu sit in the same place on the screen while the content still scrolls.

Try replacing #leftwrap with


#leftwrap {
text-align:left;
width:200px;
margin:10px;
position: fixed;
left: 100px;
}

Two main lines being
position: fixed;
left: 100px;<br><br>Post edited by: Bambi, at: 2008/01/24 00:07
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
#377
Re:fixed width and div overflow in transparent bli 4 Years, 3 Months ago Karma: 0
Nice one Bambi. I prefer that.
StevieC
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#378
Re:fixed width and div overflow in transparent bli 4 Years, 3 Months ago Karma: 12
LOL, yeah so do I. You can't control the look of the scroll bars. But that method works well as long as the left column doesn't expand beyond the users screen height.
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
#381
Re:fixed width and div overflow in transparent bli 4 Years, 3 Months ago Karma: 12
hmmmmmmmmm
Ok been playing with the fixed position thing and completely forgot about IE6. There are work arounds but could be tricky to integrate into transparent bliss template<br><br>Post edited by: Bambi, at: 2008/01/25 01:48
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
#382
Re:fixed width and div overflow in transparent bli 4 Years, 3 Months ago Karma: 12
Bambi wrote:
[quote]hmmmmmmmmm
Ok been playing with the fixed position thing and completely forgot about IE6. There are work arounds but could be tricky to integrate into transparent bliss template&lt;br&gt;
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
#398
Re:fixed width and div overflow in transparent bli 4 Years, 3 Months ago Karma: 0
Alright, had to find another solution because IE6 is indeed giving me troubles. Thanks for all the kind help though!

Cheers
tim@amisurya.com
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear