- This topic is empty.
-
AuthorPosts
-
August 22, 2013 at 10:55 am #147847August 22, 2013 at 11:11 am #147855
Paulie_D
MemberThat’s because you floated it and then positioned it.
You might think about restructuring your HTML depending on what the design is supposed to look like.
August 22, 2013 at 11:27 am #147861Astronaut
Participanthow to restructure it ??
i have made changes but still nothing happens
circle{
display:inline-block; position:relative; width:200px; height:200px; border-top:20px solid red; border-right:20px solid red; border-radius:200px; z-index:-10; left:970px; bottom:120px; -moz-animation:spin 6s linear infinite;}
August 22, 2013 at 11:38 am #147862Paulie_D
MemberWhere do you want it to be?
August 22, 2013 at 11:49 am #147866Astronaut
Participantwhere it is right now, but on minimizing browser it shouldn’t be displaced ??
it remains exactly where it is right now?
August 22, 2013 at 11:58 am #147870Paulie_D
MemberHmmm…not sure that’s possible…but I’ll have to think.
August 22, 2013 at 12:03 pm #147871Astronaut
Participantdose flex box helps in this case ??
August 22, 2013 at 12:09 pm #147872Paulie_D
MemberI don’t think so.
You want the circle div to stay on the right of the centered div BUT not move when the window is resized In fact you want that div to ‘slide’ off the page if the window is too small.
That means you you would have to position it somehow but there is no position property that will let you do that.
In the back of my mind I’m thinking about body widths and overflow-hidden but I’m still having trouble.
August 22, 2013 at 12:21 pm #147876Astronaut
Participanti think that’s not able to corrected ??
look this site in bottom right there is contact us animation , and see it with zooming about 400% (IE) … that animation comes in the center of every thing ??
August 22, 2013 at 12:42 pm #147878Astronaut
Participantlook at this site this is cool full animated
August 22, 2013 at 12:43 pm #147879Paulie_D
MemberI thought you said you didn’t want it to move on re-size. That one does.
August 22, 2013 at 12:50 pm #147880Astronaut
Participantyes that one dose,
and yes i didn’t want it to move on re-size, but it dose and i think it is not possible to fixed it on particular position?
as you said that there is no such property which can make animation automatic re-sizable according to web page ??
August 22, 2013 at 12:53 pm #147884Paulie_D
MemberThen we’re done.
Perhaps someone cleverer than me can figure something out.
as you said that there is no such property which can make animation automatic re-sizable according to web page ??
I did? OK…that’s probably true.
August 22, 2013 at 12:57 pm #147885Astronaut
Participant:)
thnks for your time for thinking on my silly questions..
August 23, 2013 at 7:56 pm #147980Astronaut
Participanti manage to make it work sweet lay-out (with sipin animation;)
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.