I am working with Joomla. I would like to display a certain module if the user has all browsers, except FireFox, and display another module if user has FireFox browser. I know that I can do targeted browser CSS styling, but in my case I need the user's browser to choose between an excerpt of HTML code (for all browsers choose this module, for FireFox choose the other module). Since for CSS browser targetting we simply add the @-moz-document url-prefix() { .selector { style... } }, I am hoping there is a simple HTML line that is analogous to be used in the HTML file to render either one line of code, or another line of code based on the browser's engine. I fear I am not communicating clearly. Any help would be great.
Thanks,