Links

StangFix Shopping

+- Random Image from the Gallery

+- Latest Victims

Ausfox
0ur12
kvinkler
joorloop

Author Topic: Finally!!  (Read 1190 times)

Offline AtlantaSteve

  • Administrator
  • Shutup Already
  • ********
  • Posts: 2223
Re: Finally!!
« Reply #50 on: August, 31, 2011, 11:32:19 AM »
Ok http://www.specialistmotorsales.com/

It works in my FF, Chrome and IE... can anyone else see the flash?

Yes, the whole site is flash, again. I changed it to a static banner, no flash... but bossman liked all flash and wanted it back the way it was.

I keep reading something about an swobject.js  Supposedly using that will let any brower view it with no problems?  :shrug

Is there some way to set it up so that those with flash willv iew flash and those who don't have flash can view a static image?  :confu

Yes that's absolutely possible.  And yeah swobject.js is a good way to go, but it requires some JS glue to get it working.

You could put the "non-flash" static top in that area where it currently says "Fail...blah blah flash"  Remove the fail message, put in the static banner...bob's yer uncle.


You know where to find me if you're having any specific problems.


Offline Kats66Pny

  • This is Ford country, and on a quiet night you can hear a Chevy rust.
  • Shutup Already
  • ******
  • Posts: 3711
Re: Finally!!
« Reply #51 on: August, 31, 2011, 11:46:10 AM »
 :confu so instead of this...

<div id="header">
           <div class="center">
                    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="780" height="382">
    <param name="movie" value="flash/header_v8.swf?button=1" />
    <param name="quality" value="high" />
    <param name="menu" value="false" />
    <!--[if !IE]> <-->
    <object data="flash/header_v8.swf?button=1"
            width="780" height="382" type="application/x-shockwave-flash">
     <param name="quality" value="high" />
     <param name="menu" value="false" />
     <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
     FAIL (the browser should render some flash content, not this).   
    </object>
    <!--> <![endif]-->
  </object></div>
      </div>

it would go like this?  :confu

<div id="header">
           <div class="center">
                    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="780" height="382">
    <param name="movie" value="flash/header_v8.swf?button=1" />
    <param name="quality" value="high" />
    <param name="menu" value="false" />
    <!--[if !IE]> <-->
    <object data="flash/header_v8.swf?button=1"
            width="780" height="382" type="application/x-shockwave-flash">
     <param name="quality" value="high" />
     <param name="menu" value="false" />
     <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
     <image src="images/header.jpg">
   </object>
    <!--> <![endif]-->
  </object></div>
      </div>


Offline AtlantaSteve

  • Administrator
  • Shutup Already
  • ********
  • Posts: 2223
Re: Finally!!
« Reply #52 on: August, 31, 2011, 12:00:43 PM »
Yeah, assuming that images/header.jpg is going to be all you want there. You can put fairly much any HTML there and it'll work, so you could do divs and spans and what-not.

Offline Kats66Pny

  • This is Ford country, and on a quiet night you can hear a Chevy rust.
  • Shutup Already
  • ******
  • Posts: 3711
Re: Finally!!
« Reply #53 on: August, 31, 2011, 12:03:57 PM »
That flash header has the navigation menu as well. If I can add more html to that, then I guess I can also add a normal/non flash navigation menu as well. Interesting.   :confu




http://www.specialistmotorsales.com/test.html

What happens now? Does it show static header now if you dont have flash?
« Last Edit: August, 31, 2011, 12:11:47 PM by Kats66Pny »

Offline jims6t6

  • Valued Member
  • ***
  • Posts: 541
  • Knoxville, TN
Re: Finally!!
« Reply #54 on: August, 31, 2011, 12:17:10 PM »

Offline AtlantaSteve

  • Administrator
  • Shutup Already
  • ********
  • Posts: 2223
Re: Finally!!
« Reply #55 on: August, 31, 2011, 02:17:43 PM »
What happens now? Does it show static header now if you dont have flash?

Part of it, but it doesn't look right.  To see for yourself, you can open Chrome, go to "about:plugins" and disable Flash, then reload the page.

Steve

Offline AtlantaSteve

  • Administrator
  • Shutup Already
  • ********
  • Posts: 2223
Re: Finally!!
« Reply #56 on: August, 31, 2011, 02:23:07 PM »
By The Way...

I can't keep my mouth shut anymore.  You gotta do something about that facebook thing.  I'm sorry, I know you got king-tut 20 years in auto sales (But I'll point out, not 20 years in social media) telling you to do it...fine...but don't make it SO huge and in your face.  It looks like content, and it's not.

I would make it smaller so it's about the same height as the text, and then center the slide-show image below both of them.  Something.  But you've got too many faces, and it's too big.  It screams "I AM TRYING TI DISTRACT YOU FROM CARS"

Offline AtlantaSteve

  • Administrator
  • Shutup Already
  • ********
  • Posts: 2223
Re: Finally!!
« Reply #57 on: August, 31, 2011, 02:34:44 PM »
Por Ejemplo, here's something I tossed together.  I moved the <center>...</center> for the slider down to the bottom (BTW, <center> is deprecated.), right under the "clear:both" div, and changed the height on the facebook likeBox iFrame to 200px (Both in the iFrame definition, and in the src tag for the iFrame)

If you need me to explain anything let me know.


Offline Kats66Pny

  • This is Ford country, and on a quiet night you can hear a Chevy rust.
  • Shutup Already
  • ******
  • Posts: 3711
Re: Finally!!
« Reply #58 on: September, 01, 2011, 05:05:57 AM »
I'm only putting it together how the boss wants it.  I like just the single Facebook icon I had originally at the bottom of the page in the footer, but he liked it with the faces and stuff. I'll ask him if he'll be ok with something smaller like you posted.

Offline AtlantaSteve

  • Administrator
  • Shutup Already
  • ********
  • Posts: 2223
Re: Finally!!
« Reply #59 on: September, 01, 2011, 05:10:17 AM »
I have a boss, too...I know how that goes :P

Offline blue65coupe

  • Banned
  • Donator
  • Shutup Already
  • ******
  • Posts: 7043
  • where's my short bus
Re: Finally!!
« Reply #60 on: September, 01, 2011, 05:20:58 AM »
Too much flash.
Duane
'65 coupe, 289 +0.040, performer pkg, c4 w/kit, 3.55 tl rear, hedmans w/cutouts, blah, blah, blah
'90 GT, 15,xxx miles, bone stock,

Offline AzPete

  • Classic...less
  • Global Moderator
  • Shutup Already
  • ******
  • Posts: 9288
Re: Finally!!
« Reply #61 on: September, 01, 2011, 06:02:25 AM »
Isn't said boss registered on here? May not have to speak to load for him to hear.....
USAF/Ret.
StangFix....even if it ain't broke, we will tell ya how to fix it.

'11 GT/CS man. #1325 of 2509 Coupes
7 Previously owned..66-07

Offline Kats66Pny

  • This is Ford country, and on a quiet night you can hear a Chevy rust.
  • Shutup Already
  • ******
  • Posts: 3711
Re: Finally!!
« Reply #62 on: September, 01, 2011, 07:10:26 AM »
Isn't said boss registered on here? May not have to speak to load for him to hear.....

Yeah, but not sure if he comes here much.

Offline Kats66Pny

  • This is Ford country, and on a quiet night you can hear a Chevy rust.
  • Shutup Already
  • ******
  • Posts: 3711
Re: Finally!!
« Reply #63 on: September, 01, 2011, 11:17:33 AM »
Por Ejemplo, here's something I tossed together.  I moved the <center>...</center> for the slider down to the bottom (BTW, <center> is deprecated.), right under the "clear:both" div, and changed the height on the facebook likeBox iFrame to 200px (Both in the iFrame definition, and in the src tag for the iFrame)

If you need me to explain anything let me know.



I changed the mainpage to that...and damnit I'm not touching it again. Its going to stay like this with small FB and centered rotating images. lol
http://www.specialistmotorsales.com/

Offline Grabber70Mach

  • Talks Too Much
  • *****
  • Posts: 1272
Re: Finally!!
« Reply #64 on: September, 01, 2011, 11:30:12 AM »
Isn't said boss registered on here? May not have to speak to load loud for him to hear.....

 :char :char There fixed it for you.

load

noun
1. anything put in or on something for conveyance or transportation; freight; cargo: The truck carried a load of watermelons.
2. the quantity that can be or usually is carried at one time, as in a cart.
3. this quantity taken as a unit of measure or weight or a discrete quantity (usually used in combination): carload; wagonload.
4. the quantity borne or sustained by something; burden: a tree weighed down by its load of fruit.
5. the weight supported by a structure or part.

loud

adjective
1. (of sound) strongly audible; having exceptional volume or intensity: loud talking; loud thunder; loud whispers.
2. making, emitting, or uttering strongly audible sounds: a quartet of loud trombones.
3. clamorous, vociferous, or blatant; noisy: a loud party; a loud demonstration.
4. emphatic or insistent: to be loud in one's praises; a loud denial.
5. garish, conspicuous, or ostentatious, as colors, dress, or the wearer of garish dress: loud ties; a loud dresser.

Offline Midlife

  • Intermittent Short
  • Founding Father
  • Shutup Already
  • ********
  • Posts: 6350
  • DOM
    • Midlife's home page
Re: Finally!!
« Reply #65 on: September, 01, 2011, 01:51:48 PM »
I still can't find the link to pictures of pretty girls.
Restorer of underdash harnesses
Electrical guru: let me check your shorts!
Panama City, FL

 


StangFix Approved Vendors

Sam Auxier Jr. Drag Racing

Classic Recreations

Mustang Magazine

Modern Driveline

Opentracker Racing Products

Street or Track Performance Products

Muscle Car Research LLC

Midlife Harness Resotations

Cars by Chris

Powered by EzPortal