The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
member action popup problem
I am having some trouble getting the member action popup to show fully on my customised Skin, I know what is causing the problem but cannot rectify it.
What is causing the problem is that there is a graphical frame around the forumdisplay, no I cannot simply remove the graphical frame as it is of course a part of the design. I have tried numerous things but nothing is working. If you view my site here: http://www.stylestailor.com/vbskins/forum.php and click on a user-name in the last post by section you will see immediately the problem. How do I get the popup to display fully, I would have though using overflow visible would have worked, but the more I looked into the css the more I began to see how unlikely that was to work. Any one have any ideas please. |
#2
|
|||
|
|||
Does any one have any ideas?
|
#3
|
|||
|
|||
I answered this on .com but some here might also like to know the answer, the problem is discussed in greater detail there but the fix is the same of course.
For this specific design layout the problem is the use of overflow hidden which can cause many problems, there is a better way of achieving the same result, the fix is as follows. Add these following rules to additional_css template Code:
.main2_category_content {background-image: url(themes/executivesprite/misc/bodyfill.jpg);background-position:center;background-repeat: repeat-y;margin-left: 26px;margin-right: 26px;padding: 0px;} .clearfix:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; } In areas where the pop-up is proving a problem with the frame border replace: Code:
<div class="main_category_content"> Code:
<div class="main2_category_content clearfix"> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|