Virtual Mechanics: Community Forums and FAQs
Virtual Mechanics: Community Forums and FAQs
WebDwarf, SiteSpinner, SiteSpinner Pro 'How do I...'
Changing size|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Honorary Mechanic |
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 |
||
|
|
Honorary Mechanic |
.
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, |
|||
|
|
Guru 'Geezer' Mechanic |
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.
|
|||
|
|
Honorary Mechanic |
Thanks guys...will test later today.
mccifa |
|||
|
| Powered by Eve Community |
| Please Wait. Your request is being processed... |
|

