- This topic is empty.
-
AuthorPosts
-
May 28, 2013 at 11:24 am #45269
rodolpheb
ParticipantHi,
I have a problem with this page :http://www.visualize-performance.com/html/individual-follow-up.html
With Safari ยง Chrome only, when I shrink and I resize, the blocks (set with table-cell) don’t go back to their initial place.
I’ve dug deep in the web without finding any answer.
I would be glad if someone could help me.
May 28, 2013 at 11:43 am #136713Paulie_D
MemberAlthough I wouldn’t have used table formatting (there are much better ways) I have to ask a question.
Why is this an issue (although it sort of is)?
The only people who re-size browsers are developers…the general public just don’t.
May 28, 2013 at 12:12 pm #136720Rohithzr
ParticipantWell i agree with @Paulie_D but still i tried and found a solution to your problem. Hope it should not cause any other problem.
.tab3col{
display:block !important;
}add this line to your css. in @media only screen and (max-width: 480px)
it is working on chrome atleast ….May 28, 2013 at 12:16 pm #136722rodolpheb
ParticipantThanks @Paulie_D, what are the better ways you’re talking about?
I agree on the fact that it’s not an important issue but I’d like to understand.
Issue (Chrome & Safari) with table-row :http://theesdesign.net/es/test/main-test.htm
May 28, 2013 at 12:18 pm #136723May 28, 2013 at 12:18 pm #136724Paulie_D
MemberWell there’s floats and inline-block to start with.
I would use these in preference to table formatting every time.
May 28, 2013 at 12:34 pm #136727rodolpheb
ParticipantMay 28, 2013 at 12:45 pm #136729Rohithzr
ParticipantWell i am rechecking but it is working on my pc.. creating a [pen](http://codepen.io/seraphzz/pen/aJyLD “pen here”)
May 28, 2013 at 1:09 pm #136732rodolpheb
Participant…The page is online with your code but the problem is still here.
It works with Codepen and I don’t understand why…
May 28, 2013 at 1:51 pm #136734Rohithzr
Participantvisit here….. cant understand the problem you are facing now.
http://ithc.comuv.com/csstricks/test.htmMay 28, 2013 at 3:33 pm #136746rodolpheb
ParticipantCan’t understand either. :(
May 29, 2013 at 6:14 am #136842Rohithzr
Participantwell there is something wrong in what you are trying to do… maybe anything pretty silly. so try to find it.
May 29, 2013 at 3:16 pm #136940Rohithzr
Participant@gcyrillus well i agree that this happens (as it happens to me) but @rodolpheb said that he uploaded that code (just as i did) but still it is not working, so according to me it is some silly kind of mistake like **uploading the wrong file**, **placing the tag at the wrong place**, **ftp did not replace the file**, etc
May 29, 2013 at 6:57 pm #136972Rohithzr
Participant> it’s annoying sometimes.
word.
May 31, 2013 at 1:59 pm #137169rodolpheb
Participant> maybe anything pretty silly
???
The problem was still here, until I added your tag in the second media @(min-device-width : 768px )…..
I removed this tag in the first media you mentioned.Thanks for your help.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.