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.
The forum of the forums
2 posters

    Problem with the template? or css...

    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    Solved Problem with the template? or css...

    Post by DeadlyX Sat 31 Jan - 17:13

    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
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


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

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

    Post by _Twisted_Mods_ Sat 31 Jan - 18:38

    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
    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

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

    Post by DeadlyX Sun 1 Feb - 9:49

    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

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

    Post by DeadlyX Mon 2 Feb - 21:58

    bump
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


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

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

    Post by _Twisted_Mods_ Tue 3 Feb - 0:58

    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
    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

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

    Post by DeadlyX Tue 3 Feb - 13:27

    ty bro this is solved!
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


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

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

    Post by _Twisted_Mods_ Sun 15 Feb - 20:39

    Topic solved and archived

      Current date/time is Mon 23 Sep - 16:30