The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Profile picture box outline shows through menu
How do I get the profile picture box outline to not show in the menu like it does in the attached pic? Is there some CSS I can add that will stop that from showing through?
|
#2
|
|||
|
|||
Where are you getting that drop down menu from Rob?
|
#3
|
||||
|
||||
A mod on my site.
|
#4
|
||||
|
||||
In the CSS for the box change the z index and see how that goes for you
|
#5
|
||||
|
||||
Change it to what? And where is the code to change?
|
#6
|
||||
|
||||
usually when displaying images via css you will have a z index like this
PHP Code:
|
#7
|
||||
|
||||
Here's the source code for the pic:
Code:
<div id="userinfoblock" class="floatcontainer"> <a class="avatar" href="member.php?1-Boofo" title="Boofo's Profile Picture"> <span class="avatarcontainer"><img src="images/misc/unknown.gif" alt="" /></span> </a> The menu itself doesn't show to guests. |
#8
|
||||
|
||||
replace
HTML Code:
<a class="avatar" href="member.php?1-Boofo" title="Boofo's Profile Picture"> <span class="avatarcontainer"><img src="images/misc/unknown.gif" alt="" /></span> </a> HTML Code:
<a class="avatar" href="member.php?1-Boofo" title="Boofo's Profile Picture"> <span class="avatarcontainer"><img src="images/misc/unknown.gif" alt="" border="0" /></span> </a> |
#9
|
||||
|
||||
I thought of that but taking the border out will crew up the profile pic then. Since I use CSS for the menu. Maybe I can add something to that to hide the border.
|
#10
|
||||
|
||||
The border="0" for the image shouldn't cause any issue, if you want borders around the pic use CSS or styling to do "border: 1px solid;"
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|