PDA

View Full Version : Two Questions about Fusion64 for IPB


inC
04-10-2008, 05:02 PM
Hello,

I have got two question about said skin:

1. When I chose to create a new post the box containing the emoticons on the left appears to be too narrow. I have to side-scroll in order to view all available smilies. This happens with Firefox 2 and 3 B5. Is this intentional?

2. How easy is it to customise the general menu on the left (Navigation etc.) and how do I do this (no detailed instructions needed, just some general explanation)

Thank you in advance.

CustomerService
04-10-2008, 05:46 PM
1. If you don't like the behavior of the smilies box, you can adjust it in the AdminCp to however many columns/rows you want.

2. The links in the column are just standard text links styled up with CSS. Regarding the links in the top, a customer asked a similar question recently. Its more detailed than expected, but that's never a bad thing:


Well, let me just explain what is happening here with an example button:

<li><a href="index.html" class="portfolio">Portfolio</a></li>Every button is contained in a list (LI tags). The link has a unique class. This CSS class takes the link text and replaces it with an image. If you looked at the code for the PORTFOLIO CSS selector, you'll see what's going on.

So, just create your button using the included source (topnavigation_button.psd) and then create your own custom class for that image using the PORTFOLIO (caps for readable emphasis) selector as a template.