- go to the module "Tab module in header"
- go to one of the tabs and look at the definition
You'll see code that describes how to display the tab. You see the text and other things. My question is specific to this line of code:
<div class="iphone_element">iPhone app</div>
I know that this is loading the graphic of the iPhone but I'm not sure from where??? I'm not an html guy and I don't understand the "class="iphone_element" part of this. Is this a predefined class in css? If so, where are they defined and how do I get a list of those elements? Can I change those elements?
Thanks to anyone that can help!!!