- This topic is empty.
-
AuthorPosts
-
January 22, 2016 at 6:02 am #237157
Paulie_D
MemberSafari does support it with suitable vendor prefixes.
I just didn’t include them
.flexcroll { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
January 22, 2016 at 6:13 am #237158Historical Forums User
ParticipantStill nothing changed.
January 22, 2016 at 6:42 am #237159Paulie_D
MemberThen I’m done here.
I can’t test on Safari and you haven’t provided a live link to demo the issue in the actual environment.
January 22, 2016 at 7:02 am #237160Historical Forums User
ParticipantWhat do you mean by “you haven’t provided a live link to demo the issue in the actual environment”?
I don’t have the site online, but I’ve provided the codepen demoing the issue.
Taking down your codepen also doesn’t help very much.
I’ve always been polite and appreciative of your help.
If you can’t, don’t know or don’t want to help anymore that’s okay, but there’s no need for the “Then I’m done here.”. That tone is unjustified and not appreciated.January 22, 2016 at 8:06 am #237162Paulie_D
MemberWell you’re reading something into a passing comment that wasn’t intended.
Good luck.
January 22, 2016 at 8:20 am #237163bearhead
ParticipantHere is one last idea I have to do it with just css:
http://codepen.io/kvana/pen/wMyMJJBasically it uses the same idea as the version I posted where the wrapping div has
height:auto
However, as you needed it to have a set height dimension, I wrapped it in another div with a static height andoverflow-y:scroll
.You can hover the red box, and it will expand so you can see how the footer (blue bar) moves down with it.
I’m not sure how this will work with your custom scroll bar, but it’s an idea at least :| Can’t test on safari, but it does work on Firefox, so I’m pretty sure it will be ok on safari…
Your last resort would be to just brute force the position of the footer with javascript… I was experimenting with that a little, but weirdly jquery is conflicting with one of your external scripts, and I didn’t really want to get into doing it with vanilla JS.
January 22, 2016 at 11:15 am #237168Historical Forums User
Participant“Then I’m done here.” definitely sounded a bit “funky”, but if it wasn’t intended like that I apologize and retract my last comment.
I’m having some trouble implementing that solution.
Just as much as understanding your very minimalistic pen. :)Would you mind applying it to my original pen?
I’d really appreciate it. Thanks. -
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.