free flash templates free css & photoshop templates free flash animation |
#1
|
|||
|
|||
Customized Template9 (Banner)
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! |
#2
|
|||
|
|||
/bump
/bump
Assistance is appreciated. |
#3
|
|||
|
|||
Web template
__________________
We are always pleased to read you in our guestbook |
#4
|
|||
|
|||
Update to Java Issue:
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. |
#5
|
|||
|
|||
flash Templates
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; } }
__________________
We are always pleased to read you in our guestbook |
#6
|
|||
|
|||
cool..
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. |
#7
|
|||
|
|||
Falsh template
Hi,
Concerning "members" button, you can, in the showPage function replace : window.open(pageURL, '_blank'); by window.location.href=pageURL;
__________________
We are always pleased to read you in our guestbook |
|
|