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.

Problem with the template? or css...

2 posters

Go down

Solved Problem with the template? or css...

Post by DeadlyX January 31st 2015, 5:13 pm

Here is what im talking about. I add-ed a javascript in the template which would make every new private message to pop-up in a fancy way. 

Its all working perfectly fine, but for some reason it hides "behind the forum itself" just like on the pics bellow.

1.Here's how it looks
Problem with the template? or css... 1_2_bm12

2.Here's how it hides itself behind the forum o.0
Problem with the template? or css... 2_2_bm11

Before like a few days ago i added another javascript which was similar to this one, but he too was not displaying properly and i taught that is bug in the code or smt... but it seems like the problem is in either my css or the templates. Hope to fix this soon, thanks beforehand!

Forum - daredevil.nightforum.net
avatar
DeadlyX
Forumember

Posts : 75
Reputation : 4
Language : English

http://teenwolf-rp.nightforum.net

Back to top Go down

Solved Re: Problem with the template? or css...

Post by _Twisted_Mods_ January 31st 2015, 6:38 pm

in the css for it you need to give it a z-index

example


Code:
element{z-index:9999;}



this will make it show on top of everything
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: Problem with the template? or css...

Post by DeadlyX February 1st 2015, 9:49 am

Alright bro this helped the message... but unfortunately my other javascript thingy is still "hiding behind the forum" even with the z-index 9999

please check it out. Its a mouseover profile javascript, which shows users profile.
https://i.servimg.com/u/f38/13/74/09/43/da_bmp10.jpg

here is where i notice that the opacity of my tables is causing the problem, but i want this opacity to stay? Even with the opacity off it doesn't display itself properly.
https://i.servimg.com/u/f38/13/74/09/43/me_bmp10.jpg
https://i.servimg.com/u/f38/13/74/09/43/be_bmp10.jpg

how can i fix this?Ty
avatar
DeadlyX
Forumember

Posts : 75
Reputation : 4
Language : English

http://teenwolf-rp.nightforum.net

Back to top Go down

Solved Re: Problem with the template? or css...

Post by DeadlyX February 2nd 2015, 9:58 pm

bump
avatar
DeadlyX
Forumember

Posts : 75
Reputation : 4
Language : English

http://teenwolf-rp.nightforum.net

Back to top Go down

Solved Re: Problem with the template? or css...

Post by _Twisted_Mods_ February 3rd 2015, 12:58 am

Code:
#content-container div#main {
    overflow: visible !important;
}

also

instead of using opacity you should try using rgba colors for background/text whatever

Code:
background-color: rgba(225,225,225,0.5)

red,green,blue,alpha transparency < can be 0.1 to 1

you can goto http://www.colorpicker.com/ and get the rgb values for the color you want
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: Problem with the template? or css...

Post by DeadlyX February 3rd 2015, 1:27 pm

ty bro this is solved!
avatar
DeadlyX
Forumember

Posts : 75
Reputation : 4
Language : English

http://teenwolf-rp.nightforum.net

Back to top Go down

Solved Re: Problem with the template? or css...

Post by _Twisted_Mods_ February 15th 2015, 8:39 pm

Topic solved and archived
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

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