The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Quick reply and css fighting?

2 posters

Go down

Solved Quick reply and css fighting?

Post by gale March 18th 2013, 3:12 pm

http://tdda.forumotion.com/t42-new-medals#331

Try hovering over the quick reply >_> it like transforms! its so annoying i dont know who did it does anyone have a clue what keywords the css to that might be or HOW I CAN STOP IT >_> bwi bwi bwi bwi bwi bwi bwi

Thanks
gale
gale
Forumember

Posts : 104
Reputation : 1
Language : p.p

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by Sir Chivas™ March 18th 2013, 3:50 pm

You will have to provide a test account, since guests don't have abilities to use the quick reply.. or can you post a screenshot? (Both will be better).
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by gale March 18th 2013, 3:58 pm

ACC:

Ruinqueenofoblivion

Pass: iamswog

>_> thanks
gale
gale
Forumember

Posts : 104
Reputation : 1
Language : p.p

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by Sir Chivas™ March 18th 2013, 4:11 pm

Can you post your CSS here? Thank you.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by gale March 18th 2013, 4:17 pm

css:

Spoiler:
gale
gale
Forumember

Posts : 104
Reputation : 1
Language : p.p

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by gale March 19th 2013, 2:29 pm

bump T-T
gale
gale
Forumember

Posts : 104
Reputation : 1
Language : p.p

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by gale March 20th 2013, 2:05 pm

bump e_e
gale
gale
Forumember

Posts : 104
Reputation : 1
Language : p.p

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by gale March 21st 2013, 1:10 pm

bump .-.
gale
gale
Forumember

Posts : 104
Reputation : 1
Language : p.p

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by Sir Chivas™ March 21st 2013, 2:01 pm

Code:
.accordion {
text-align:left;
font:'Helvetica Neue', Verdana, Arial, sans-serif;
}
.accordion ol {
position: relative;
overflow: hidden;
height: 100%;
margin: 0;
padding: 0;
list-style-type: none;
}
.accordion li > h2 {
color: black;
font-weight: normal;
margin: 0;
z-index: 2;
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateX(-100%) rotate(-90deg);
-webkit-transform-origin: right top;
-moz-transform: translateX(-100%) rotate(-90deg);
-moz-transform-origin: right top;
-o-transform: translateX(-100%) rotate(-90deg);
-o-transform-origin: right top;
-ms-transform: translateX(-100%) rotate(-90deg);
-ms-transform-origin: right top;
transform: translateX(-100%) rotate(-90deg);
transform-origin: right top;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.accordion li > h2 span { display: block; padding-right: 8%; text-align: right; height: 90%; margin-top: 5px; }
.accordion li > h2 b { display: inline-block; position: absolute; top: 10%; top: 42%9; left: 10%; left: 5%9; text-align: center; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
.accordion li > h2:hover { cursor: pointer; }
.accordion li > div { height: 100%; position: absolute; top: 0; z-index: 1; overflow: hidden; background: white; }
.accordion noscript p { padding: 10px; margin: 0; background: white; }

Try removing this, also did this occur when you installed the theme or after you placed a code?
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by gale March 21st 2013, 4:16 pm

Sir Chivas™ wrote:
Code:
.accordion {
text-align:left;
font:'Helvetica Neue', Verdana, Arial, sans-serif;
}
.accordion ol {
position: relative;
overflow: hidden;
height: 100%;
margin: 0;
padding: 0;
list-style-type: none;
}
.accordion li > h2 {
color: black;
font-weight: normal;
margin: 0;
z-index: 2;
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateX(-100%) rotate(-90deg);
-webkit-transform-origin: right top;
-moz-transform: translateX(-100%) rotate(-90deg);
-moz-transform-origin: right top;
-o-transform: translateX(-100%) rotate(-90deg);
-o-transform-origin: right top;
-ms-transform: translateX(-100%) rotate(-90deg);
-ms-transform-origin: right top;
transform: translateX(-100%) rotate(-90deg);
transform-origin: right top;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.accordion li > h2 span { display: block; padding-right: 8%; text-align: right; height: 90%; margin-top: 5px; }
.accordion li > h2 b { display: inline-block; position: absolute; top: 10%; top: 42%9; left: 10%; left: 5%9; text-align: center; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
.accordion li > h2:hover { cursor: pointer; }
.accordion li > div { height: 100%; position: absolute; top: 0; z-index: 1; overflow: hidden; background: white; }
.accordion noscript p { padding: 10px; margin: 0; background: white; }

Try removing this, also did this occur when you installed the theme or after you placed a code?
uh not sure when happend .-. but its not right thats my slideshow :0
gale
gale
Forumember

Posts : 104
Reputation : 1
Language : p.p

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by Sir Chivas™ March 21st 2013, 4:27 pm

Oh okay, sorry. I thought it was since it has transform; which eventually cause those effects. Let me try to see if I can fix this.

Regards,
Sir Chivas afro
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by gale March 21st 2013, 4:28 pm

Sir Chivas™️ wrote:Oh okay, sorry. I thought it was since it has transform; which eventually cause those effects. Let me try to see if I can fix this.

Regards,
Sir Chivas afro
THank you <3 :wouhou:
gale
gale
Forumember

Posts : 104
Reputation : 1
Language : p.p

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by Sir Chivas™ March 21st 2013, 10:20 pm

Remove this from your CSS:
Code:
.row2:hover {
width: 450px;
margin: 0 auto;
min-height: 100px;
}

Should do the trick. Wink
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by gale March 22nd 2013, 5:33 pm

Thanks!This is solved now :3
gale
gale
Forumember

Posts : 104
Reputation : 1
Language : p.p

Back to top Go down

Solved Re: Quick reply and css fighting?

Post by Sir Chivas™ March 22nd 2013, 5:41 pm

Topic locked & archive.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum