I currently have this objects spinning; however, while it spins it changes the top location. I do not know why but any help would be great. Here is my website:
http://thebcelements.com/dhtml_test/spin/
I currently have this objects spinning; however, while it spins it changes the top location. I do not know why but any help would be great. Here is my website:
http://thebcelements.com/dhtml_test/spin/
Last edited by Deadweight; 09-04-2014 at 11:47 PM.
-DW [Deadweight]
Resolving your thread: First Post: => EDIT => Lower right: => GO ADVANCED => Top Advance Editor drop down: => PREFIX:Resolved
Hi there Deadweight,
in your "main.css" file you have this highlighted property...
...which appears to be the cause of your problem.Code:.photo { position:absolute; top: 50%; margin: 0 auto; border-bottom:1px solid black; border-top:1px solid black; text-align:center; transform: translate(0, -50%); width:100%; z-index:10; }
coothead
I need that to vertically align in the middle.
-DW [Deadweight]
Resolving your thread: First Post: => EDIT => Lower right: => GO ADVANCED => Top Advance Editor drop down: => PREFIX:Resolved
Good news i fixed it so it is always centered :3 Thanks for trying to help ^^
(If you wanna view it i updated it)
http://thebcelements.com/dhtml_test/spin/
-DW [Deadweight]
Resolving your thread: First Post: => EDIT => Lower right: => GO ADVANCED => Top Advance Editor drop down: => PREFIX:Resolved
Bookmarks