![]() |
The "700px" needs to be adjusted accordingly. I only used that number as an example. :)
I had in mind fixed width layouts when I did this mod but I'll run some tests with fluid layouts. :) |
Hi,
What is this "MAin CSS". Which file? |
In your Admin CP go to:
Styles & Templates --> Style Manager --> All Style Options (select the style you're using) --> Main CSS |
Quote:
|
Nah. If that were the case I wouldn't be able to place this as a template mod. :classic:
|
Nice job! Thank you!
But I do have a little issue with the sig area stretching. (screenshot below) The in-post part works flawlessly. Right now my "additional CSS" for signatures reads: .hidesig { width:700px; height:310px; overflow:auto; } And what happens is the sig area seems to be extended to the set size whether or not there is enough characters to actually fill it. On some people's sigs this is ok, but others it's quite obvious and ever so slightly annoying. :) http://i70.photobucket.com/albums/i9...sigstretch.jpg Maybe I missed something in my code that made it mess up. Thanks for any help you can give me. |
You didn't miss anything, actually. :) By defining the height the affected area automatically adjusts to the size, which in your case is 310px. That's just the natural behavior for the value set. The width value was the primary focus for this mod; I added the height upon request. :)
CSS Conditionals and hacks won't work across browsers so it's better to avoid them as I did for the mod. I'm constantly experimenting so if (or when) I come across something of value I'll update this mod or possibly release a new one. :) |
I didn't miss anything. It's a first, mark your calendars. :cool:
Thanks for the info and the hack. :up: |
Hehe. Not a problem and thank you for clicking "Install". :)
|
I realize I'm a little late to the party on this but I wanted to point out that what was said in a post a couple pages back (and quoted below) is only half correct. You can have multiple classes on an element - it is perfectly legal to do this. The first example in the quote is incorrect as Freesteyelz points out. The second example is okay but adds an unnecessary DIV and extra code. The solution is this:
HTML Code:
<div id="something" class="whatever1 whatever2">$post[message]</div> Quote:
|
All times are GMT. The time now is 05:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|