SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
-
Nov 29, 2004, 12:03 #1
- Join Date
- Sep 2004
- Location
- dc
- Posts
- 20
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Scrolling DIVs not working on Mac
Hi,
I thought I would try in this category, cause I haven't had much like in the CSS one...........
I've created a website:
http://www.parastoo-zeraat.com
And I have div tags with scrolling content. Unfortunately, the content inside the div tags does not display with Firefox for the Mac [I haven't checked other browsers for Mac, which may have the same problem -- if anyone can check, that would be great].
How can I solve this problem [without having to recode the site using IFrames]?
I had a similar problem using Firefox for the PC, but a snippet of CSS specifically targeted for mozilla browsers using scrolling divs solved the problem. I haven't found any such solution for Macs.
Thanks in advance!
-pstoo
-
Nov 29, 2004, 16:49 #2
- Join Date
- Nov 2000
- Location
- Chico, Ca
- Posts
- 1,125
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I do not have a problem with scrolling divs. With CSS I just add overflow:auto; and it works.
I noticed you are using overflow-y:auto; , I've never seen overflow-y. It looks like properitory IE style.
Take a look at a site I did using a scrolling div: www.chuckknows.com/gisske
I hope this helps,
Chuck"Happiness doesn't find you, you find happiness" -- Unknown
www.chuckknows.com
-
Nov 29, 2004, 18:03 #3
Originally Posted by Chuckie
-
Nov 29, 2004, 20:21 #4
- Join Date
- Sep 2004
- Location
- dc
- Posts
- 20
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Okay, so I've added the overflow: auto.
In addition I have:
IE and others-->overflow-y: auto;
this one to support mozilla-->overflow: -moz-scrollbars-vertical;
Can someone with a Mac check and see if its okay now?
There should be content!
Thanks,
-p
Bookmarks