The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.



Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Tue Jul 17, 2012 9:59 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Jul 17, 2012 9:49 am
Posts: 3
Hi All,

I'm trying to convert a .psd photoshop file to a working joomla template.
I allready built up a structure for the template and installed it in Joomla.
It shows the whole layout in a nice page, now i'm getting stuck on something.

Let's take for example:

I have an menu in Joomla, with 5 links and I've designed a standard button for links in menus.
Now what i'm really looking for:

I want that each link is being showed in a button, so i would practically get 5 button images with in every button one link from the joomla menu.

In the index.php file of the layout i created:

<?php if ($this->countModules( 'top' )) : ?>
<div id="button">
<div class="button">
<jdoc:include type="modules" name="top" style="none" />
</div>
</div>
<?php endif; ?>

in the template.css file of the layout i created:

#button {
background-image:url('.../images/button.png');
position: absolute;
left: 113px;
top: +104px;
width: 125px;
height: 50px;
z-index: 11;
}

I hope someone has an answer for this,

Greg


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 



Who is online

Users browsing this forum: No registered users and 32 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group