|
Post by Michael on Aug 28, 2006 0:07:24 GMT
Yeah, I'm having sort of a problem...so if anyone could help me, that'll be much appreciated. On a website, if you have too much info on a page scrollbars are supposed to appear and then you can scroll to the rest of the info, right? Well, it doesn't do it for me and if I add <overflow:auto;> to the CSS and apply it to the "content" div it still doesn't work... If that doesn't make sense...try looking at this page: www.freewebs.com/mhycal/blog.htmlIf you have a resolution like 1024x768 or smaller or even 1280x800 or smaller, you'll see that you can't read the rest of my blog as it gets cut off by the bottom of the window... I hope this all makes sense. I've tried containing the content on the page to 250px and then added scrollbars and it works, but I don't really like it that way. I want it so you have to scroll through the whole page to reach the bottom, not just scroll in a little window. Plus, it looks funny on bigger resolutions. If you can understand anything of what I've just typed, if you can, please help. Oh yeah, and here's the url to the CSS: www.freewebs.com/mhycal/css.css
|
|
|
Post by yugiohwiz on Aug 28, 2006 15:40:05 GMT
html{ overflow-x: auto; }
|
|
|
Post by Michael on Aug 28, 2006 15:42:27 GMT
I have that in now, nothing has changed.
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Sept 1, 2006 13:20:42 GMT
[late_reply] Scrollbars are showing fine on there for me [/late_reply]
|
|
|
Post by Michael on Sept 1, 2006 15:20:39 GMT
Scrollbars are showing fine on there for me Then why not for me? Wait...can you see the scrollbars now? I've removed the {overflow-x:auto;} now. Oh, for me they show up in IE, but then don't work, you can't scroll. In Firefox it just doesn't show up.
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Sept 2, 2006 22:37:10 GMT
It looks a lot different now. Before the whole page scrolled, now it's just the actual blog content, but it is scrolling in IE and Firefox which must be a good sign. Although, in IE the blog seems to be way further over to the right
|
|
|
Post by Michael on Sept 3, 2006 3:37:57 GMT
It looks a lot different now. Before the whole page scrolled, now it's just the actual blog content, but it is scrolling in IE and Firefox which must be a good sign. Although, in IE the blog seems to be way further over to the right I changed it so only the content would scroll. I thought no one would reply to the thread anymore. Ah, I don't like the way it looks in IE. Do you know how to fix it? So the vertical scrollbar is more to the right and not inside the table? Thanks for the help.
|
|
|
Post by Michael on Sept 3, 2006 20:33:22 GMT
Thanks for all your help Ross, I think I've got it all sorted out. I think it was because of the fixed positioning. I put everything into tables and remove the fixed positioning. Everythings seems okay now.
|
|