The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Weird behaviour from my dropdown menus
Well, in particular the "Rate Thread" dropdown. For some reason it has suddenly started to behave a bit weird. It now alignes too much to the right, and it expands my layout, so that there's a horizontal slider if you have it set to a width aproximately the same as the width of the design.
Obviously I would want them to stay within the constraints of the design. Anyone know what the problem might be? You can see it for yourself here, login with test/test. Thanks, Lars Okay, I've localized where the problem is (well, almost anyways). I use a div wrapped around my entire forum to do the fixed width, with the following class: Code:
#page { background: white; text-align: left; margin: 0 auto; padding: 0 0 0 0px; position: relative; /* The entire template's width is set in this class. */ width: 960px; border: none; } Does anyone know a reasonable fix for this? I obviously want the dropdown menus to be aligned below the respective cell it belongs to. Thanks in advance |
#2
|
|||
|
|||
Nobody have any ideas on how I can go about to get this fixed?
|
#3
|
||||
|
||||
most likely it's a CSS clash ... you will have to go through your CSS and html to find the cause of your problem
TIP: an element's style can be inherited by it's parent |
#4
|
|||
|
|||
I looked around the code here on vBulletin.org, and by setting the width directly in the div I was able to rectify the problem. Not sure why this fixed it, but it works just like it should in the browsers I tested it in, so I'm happy
Thanks for taking the time to reply, appreciate it! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|