Adding more images in tabs header

GK User
Tue Sep 04, 2012 12:40 pm
Hi all!
How i add more images in header tab. I see there is classes created for images (<div class="iphone_element">iPhone app</div>
</div>)

How i add more images. Where is located the class file?
User avatar
Platinum Boarder

GK User
Tue Sep 04, 2012 12:47 pm
Hi

Those are xhtml tab type supported by css classes available on ../css./gk_stuff.css
see above "/* demo */"

The example of structure is this:

Code: Select all
<div class="sun_tab">
<div class="content">
<h1>Running Reports</h1>
<p>text</p>
<p><strong>text</strong></p>
<p><span class="mobile_icon_iphone">iPhone</span> <span class="mobile_icon_android">Android</span> <span class="mobile_icon_blackberry">Blackberry</span> <span class="mobile_icon_other">Other</span></p>
<p><small>Compatible with iPhone, Android, Blackberry and other mobile devices.</small></p>
</div>
<div class="iphone_element">iPhone app</div>
</div>



If you have some basic css skills you can easily add more classes ;)

Cheers
User avatar
Platinum Boarder

GK User
Tue Sep 04, 2012 1:57 pm
ok , but now where i find other classes for the images like galaxy_element.png?
i add the code for xhtml in the tab but i cannot click it.Why?
User avatar
Platinum Boarder

GK User
Tue Sep 04, 2012 2:18 pm
User avatar
Platinum Boarder


cron