The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hello. . .
When creating a module, (static html for example) does each module automatically get given it's own number for id purposes? How does one stylize one individual module without it having any effect on any other? I would like to position:fixed; one module with additional.css but I can't seem to separate it from the others... Thank you. . . Edit: Okay, I have found out that they do have an ID but now wondering how to asign that with additional.css. . Code:
.canvas-layout-container .canvas-widget { |
#2
|
|||
|
|||
![]()
Interested in learning how. I see that the widget number is displayed in this case it is #widget_168
![]() |
#3
|
|||
|
|||
![]()
Try:
HTML Code:
div[data-widget-id="68"]{ // CSS } |
#4
|
||||
|
||||
![]() Quote:
Code:
.canvas-layout-container .canvas-widget [data-widget-id="68"]{ |
#5
|
|||
|
|||
![]()
That part is not necessary.
Example.. this will give you access to the header of the block: HTML Code:
div[data-widget-id="68"] .widget-header{ // } HTML Code:
div[data-widget-id="68"] .widget-content{ // } |
Благодарность от: | ||
shimei |
#6
|
||||
|
||||
![]() Quote:
Thanks for your time but I'm just not getting this. . . The stage I am at now is as follows. Code:
div[data-widget-id="215"] .widget-header{ // position:fixed; } |
#7
|
|||
|
|||
![]()
Well you don't literally have to put "//" in there, that was just a placeholder.
![]() HTML Code:
div[data-widget-id="215"] .widget-header{ position:fixed; } |
#8
|
||||
|
||||
![]() Quote:
Code:
div[data-widget-id="215"] .widget-header{ position:fixed; } div[data-widget-id="215"] .widget-content{ position:fixed; } Code:
.canvas-layout-container .canvas-widget { background: transparent none repeat scroll 0 0; } You have any luck with this? |
#9
|
|||
|
|||
![]()
What exactly are you trying to accomplish? Trying to make it a fixed block?
|
#10
|
||||
|
||||
![]() Quote:
What I am trying to achieve is a block that is static whilst the rest of the page scrolls either under and behind it or to it's side. Similarly to we have in the admin cp. The ideal would be a block that sits at the top of the page and the thread and .b-post__body { scrolls beneath it. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|