free flash templates
free flash templates menu free css & photoshop templates menu free flash animation

PDA

View Full Version : [SOLVED] Customized Template9 (Banner)


beedlej00z
08-13-2010, 04:54 PM
Hello I am currently using the template9 from here and it looks and runs great thus far. However I am stuck on a process trying to get our logo to fit within the space allowed in this template. (see attachment)

I need to get that css to shrink up so I can fit a logo on the same level as the text. I do not know how to edit this in dreamweaver or in the code. ANY assistance in this matter would be apprecaited. Great template..

on a side note, does anyone have an issue with the sidebar flash that keeps highlighting the previously viewed pages? (attachment 2) Is there a way I can change the color to black so that the visited pages only remain orange? Not sure if this is by design. Further Notes: this only occurs if I use the links to other pages within say _about,_news)

Expertise and feedback appreciated thanks all!

beedlej00z
08-15-2010, 06:11 AM
/bump

Assistance is appreciated.

freenicetemplates
08-16-2010, 09:47 AM
Hi,
Can you try this :
http://forum.freenicetemplates.com/showpost.php?p=1081&postcount=16

beedlej00z
08-16-2010, 09:37 PM
thanks for the suggestion freenice. Unfortunatley that did not fix the issue, however there are more details to let you in on. It appears this only happens once I use one of the javascript:showPage(,'_contact.htm')

to see this.. check out my page: www.sagaps.com

click on the About link... on this page there is a link to Contact us which refrences ('_contact.htm')

Once this is clicked you will see the java released the highlighted page and thats when the issue starts.. every page stays highlighted in that javascript button.

Your continued epertise is apprecaited.

freenicetemplates
09-07-2010, 01:45 PM
Sorry,
Can you try this :

function showPage(pageURL,button_id) {
if (pageURL.substring(0,4).toLowerCase()=='http') {
window.open(pageURL, '_blank');
return;
};
hideContent(pageURL);
if ((selected_button!="" ) && button_id!=selected_button) {
sendToASUnselectButton('anim_'+selected_button);
}
if (button_id!=undefined) {
selected_button = button_id;
}
}

beedlej00z
09-07-2010, 03:10 PM
That seemed to address the problem with links within the site. I have one final page that links off this java menu, which takes you away from the site completely. www.sagaps.com , clicking on MEMEBERS stays highlighted. No worries on this one though not many people will be using it. Great work flashmaster!

Update on the logo inquiry, a freind of mine does css and he simply added a "floating" logo which does the trick! Thanks for all your attention in these matters. Loving the template!

Cheers.

freenicetemplates
09-07-2010, 05:06 PM
Hi,
Concerning "members" button, you can, in the showPage function replace :
window.open(pageURL, '_blank');
by
window.location.href=pageURL;