-
1 Attachment(s)
CSS problems
I am experiencing CSS issues, VaultWiki Premium and VBulleting 4.2 Please advise.
regards,
William
UPDATE - It looks like they're calling an image that doesn't need to be called as it's already there in the CSS - removing the call to the Image in Firebug renders that part of the template correctly. This happens with Articles, and header for forums... dont really know how extensive the problem is.
-
In template vault_general_forumheader, find and remove:
Code:
<img src="{vb:stylevar imgdir_button}/trans_40b.png" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase vault_edit_header}" />
The file images/buttons/trans_40b.png has not existed since vBulletin 4.1.4, and it was always a pointless image anyway - the same effect is achieved using CSS positioning.
-