Moderators: Derry, Goldie, Harpo
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Honorary Mechanic
Picture of mccifa
Posted
Hi guys!

Not been around too much .... building another site (a 'saucy' one for a model!...in SS) and also suffering a tad. The Dr's think I have Lyme's Disease (to add to everything else, LOL!). Tests next week.

In the meantime, a problem! When I use the Ctrl+wheel to enlarge the page at AHP the flash search box (CoffeeCup) has a white surround on two sides.

Is it possible to stop this happening please?

mccifa
 
Posts: 566 | Location: UK | Registered: May 28, 2007Reply With QuoteEdit or Delete MessageReport This Post
Honorary Mechanic
Posted Hide Post
.

Maybe you could try this ?

1)

Make shure the purple-colored back
is also purple below that search-box

2)

To the (Flash)code that generates the search box
add a parameter:

  

wmode=transparent



you currently have:

  
<param name="movie" value="search.swf"/>
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />



so you make that:


  

<param name="movie" value="search.swf"/>
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<param name="wmode" value="transparent" />







That might result in the search box background becoming transparent
so even when enlarged it will still show the purple background
not shure if this works...but you could try.


Then i see "noscale" not shure what that does exactly..but have you tried to change that into the opposite value ?
probably "scale" or leave that out at all.


Radio

This message has been edited. Last edited by: radiotechscan,
 
Posts: 1053 | Registered: February 27, 2007Reply With QuoteEdit or Delete MessageReport This Post
Guru 'Geezer' Mechanic
Picture of larryd
Posted Hide Post
The easiest way is to follow radio's first suggestion and change the bgcolor to 9999ca. There are 2 places in the code to do this; in the <object> and <embed> tags.
 
Posts: 5123 | Registered: December 03, 2006Reply With QuoteEdit or Delete MessageReport This Post
Honorary Mechanic
Picture of mccifa
Posted Hide Post
Thanks guys...will test later today.

mccifa
 
Posts: 566 | Location: UK | Registered: May 28, 2007Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community  
 


™ & © 1998 - 2008, Virtual Mechanics Inc. All rights reserved.