The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide a div unless viewing with Firefox
Ok i want to hide a <div> unless the user is viewing my site with firefox how exactly can i go about doing this?
Any help is appreciated thanks!:up: |
#2
|
||||
|
||||
In a template:
Code:
<if condition="is_browser('firefox')"> <div>You're seeing this because you're using Firefox, cool eh?</div> </if> |
#3
|
|||
|
|||
if this works you sir are a genius
EDIT:- It worked thanks so much no rep sytem here so i cant really reward you but thanks all the same! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|