Jump to content

simonjga

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by simonjga

  1. Are you using a html editor? If so you could change them through the options, else apply a style eg#style1 {font-family: whatFontYouWant;font-size: x-small;color: #CCCCCC;}then you need a table or div so that you can apply a different background.so <table width="100%" bgcolor="#000000">Hope that sorts u out,Simon
  2. Hi all,I have a menu in flash for a dynamic site.After completing some processes with the web site, the menu no longer target the iframe with the name 'content'. But it does work when the site is first opened. Has anybody seen an issue like this before? Here is the source I am using.getURL("java script:this.document.location.replace(\'search .php\')", "content");so I tried the simoplified versiongetURL("search.php", "content");Also, we have another iframe on the page thats' name is 'console'. Is there any sort of ruling or heirachy that applies to having multiple iframes on the page?Just thought that may make a difference.It's when I go to a particular page within the site, then it wont work, but yet it works from any other page, seems very strange that a page would make the iframe change properties...Simon
×
×
  • Create New...