Hi
I have a problem with image wider than the front-page width. Actually I have limited the displayed image dimension through the smf setting, so if you check my site at 1024*768 all is correct.
(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fimg81.imageshack.us%2Fimg81%2F2696%2Funtitled1bu5.th.jpg&hash=bef3f06af1ebd5cdce27906b04f04bb0b14b2612) (http://img81.imageshack.us/my.php?image=untitled1bu5.jpg)
but what if you check the site at a lower res or with your browser in a smaller window?
(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fimg86.imageshack.us%2Fimg86%2F1067%2Funtitled2zw7.th.jpg&hash=7160f2a0a1c7c77722962162e8096fc3757c520a) (http://img86.imageshack.us/my.php?image=untitled2zw7.jpg)
as you can see the vertical and orizontal scroolbar did not appear. not only! if you check the text above the image you can understand how all the layout is wrong with all the things going "under" the right panel.
but what if we check the same topic (yeah what you see in my home come from a board used as news board) in the forum and make the browser small?
(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fimg81.imageshack.us%2Fimg81%2F6192%2Funtitled3sp7.th.jpg&hash=7670856c65fb1b60c6d3b9d6c116cab022a45598) (http://img81.imageshack.us/my.php?image=untitled3sp7.jpg)
as you can see the scroll bars appears correctly so in smf all is working fine but not in TP.
at least if you use firefox all is fine. (note the scrollbar)
(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fimg86.imageshack.us%2Fimg86%2F9937%2Funtitled4to8.th.jpg&hash=a746f8c3afb241119c481c9dd144ea660aed41ad) (http://img86.imageshack.us/my.php?image=untitled4to8.jpg)
So how can I have a good layout without manually resizing my image?
I believe there should be a scrollbar on the bottom of the article...
Quote from: Jpg on March 24, 2007, 07:55:13 AM
I believe there should be a scrollbar on the bottom of the article...
yeah! it is the problem. why the scrollbar not appears?!?!?
Is this an attachment image ? or an image from an article ? I see you have posted from both the frontpage and from the forum, so it's kind of hard to see what you need help with.
If it's a attachment, how have you set the attachments to show ?
Admin/Forum/Attachments and Avatars/Attachment Settings/
"Resize images when showing under posts:" Check that box
And then set the value to what size the image should be.
Quote from: G6â„¢ on March 24, 2007, 10:32:45 AM
Is this an attachment image ? or an image from an article ? I see you have posted from both the frontpage and from the forum, so it's kind of hard to see what you need help with.
the image is in my ftp space. what you see is not an article but a topic from the forum (a board used as news board).
perhaps I wasn't clear.
the problem here is to obtain a dynamical resizing of the images or the scrollbar like in smf (see posted image).
If I set a limit to dispalyed image size in smf ( like i'm doing now) all work fine at a certain resolution but at lower resolution or with a browser in a smaller window all layout is wrong...
Its a css thing.
The whole article page should really have "overflow: auto;" set so it puts up a scrollbar if the content is bigger than visible space. I thought I had that, but prob. not. I will check it further.
Thank you Bloc!
Hi Block. I'm having a similar problem. Can you give me some advice on where I should add overflow: auto; ? I'm using your Oxygen theme. I tried adding it to the start of the CSS file and it didn't make a difference for me...
Thanks so much, as always!
It has to be in the div that holds the entire page, either as inline css or as defined id for that div.