Thanks for help and sorry for all those questions - I was just lazy

Your first information about css (
a.collapse img) was enough - I just search whole vBulletin code for that and I found what I needed
Thanks once again

:up:
--------------- Added [DATE]1266506576[/DATE] at [TIME]1266506576[/TIME] ---------------
Quote:
Originally Posted by cellarius
Did you try looking at it using firebug? I can manipulate positioning by modifying a.collapse img, and the javascript does not mess with positioning as far as I can tell.
|
Strange - I'm in firebug right now. Have chosen appropriate img. But it doesn't show me that there is used
a.collapse img. And when I'm going to CSS view then there is no such style at all...
--------------- Added [DATE]1266507137[/DATE] at [TIME]1266507137[/TIME] ---------------
Ok - I found solution anyway - I just went 1 level higher and play with style for
a - seems working, but not tested in other browsers yet.
--------------- Added [DATE]1266507539[/DATE] at [TIME]1266507539[/TIME] ---------------
Working and tested. It is needed to ad in
a with class
collapse a
style attribute with value
position: static; float: none;
So it goes:
Code:
<a href="#top" class="collapse" style="position: static; float: none;" id=...