Closed (won't fix)
Project:
BlueBreeze
Version:
5.x-1.x-dev
Component:
CSS
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
2 Jan 2007 at 00:58 UTC
Updated:
29 Aug 2013 at 17:21 UTC
Jump to comment: Most recent file
when I view the image gallery, if the image over 1024, the right column will appear on image. so I really appreciate you guys can help fix this problem. thanks ,this theme is great!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Clipboard01_1.jpg | 114.37 KB | lbn.kiev.ua |
| screenshot_12.jpg | 144.32 KB | wxzcool |
Comments
Comment #1
Frando commentedHmm, that's a difficult one.
I am currently tempted to mark this as "won't fix", as this is a very rare situation, and normally you don't want to display such large images inside a theme (the proper way would be to display a smaller image in the theme directly and then the bigger version in either a popup, a direct link or a javascript overlay window).
However, if someone has an idea on how to solve this, I'll be glad to review and integrate it!
If time permits, I might look into it myself, but that's not a promise at the moment ;)
Comment #2
Frando commentedbetter status
Comment #3
lbn.kiev.ua commentedit isn't rare situation
this problem appears every time, when picture width + width of sidebar(s) is wider than user's screen
for example, layout of page is nice on 1280*1024 screen with image 640*480, but is wrong (like in header post) when user works with 1024*768 screen (see screenshot)
I'm not familiar with CSS - and cannot understand, why left block is shifted right instead of stay-in-place in left field.
Comment #4
lbn.kiev.ua commentedwell... one of possible solutions:
create new class in style.css
replace in node.tpl.php and comment.tpl.php
<div class="content">to<div class="scrcontent">we'll get scrollable node's content, if it's width is more than central column width - and page still looks correct
Comment #5
itapplication commented