I'm liking the help and contributions everyone is making towards this![]()
Page 5 of 8
-
Metalman Well-Known MemberLifetime Supporter
- Sep 29, 2009
- 7,688
- Ex-Owner (Retired) of a custom metal fab company.
- Ratings:
- +7,960 / 1 / -0
-
Well this is exactly what I was thinking, a math random function. Looks beautiful.
MA members and their great brains. -
Nope, I'm not going to learn anything. I am turly amazed and impressed that you all can write that stuff and understand it. I thought the IBM Selectric Typewritter with Correct-a-key was a big thing. Keep up the good work.
Jim -
CSS:
#headerContainer
{
border: 0;
width: 100%;
margin: 0 auto;
padding: 0;
}
#headerImage1
{
background-image: url('blank.gif');
border:0;
}
#headerImage2
{
background-image: url('blank.gif');
border:0;
}
#headerImage3
{
background-image: url('blank.gif');
border:0;
}
HTML:
<SCRIPT LANGUAGE=javascript>
<!--
img = Math.floor((Math.random() * 20000) / 1000) + 1;
document.images["logo"].src = "../forum/images/logo/logo_" + img + ".gif";
document.images["middle"].src = "../forum/images/middle/middle_" + img + ".gif";
document.images["header"].src = "../forum/images/header/header_" + img + ".gif";
//-->
</SCRIPT>
<div id="headerContainer">
<div id="headerImage1" alt="Motoring Alliance Mini Cooper" name="mini photo"></div>
<div id="headerImage2" alt="Motoring Alliance Mini Spacer" name="spacer"></div>
<div id="headerImage3" alt="Motoring Alliance Logo" name="logo"></div>
</div>
Would probably want some CSS in there though to make it easier implementing. -
lotsie Club Coordinator
Mark -
Put your minute bit of smarts in with 50 other creative and smart people and together we can be 1 super smart person!
-
-
-
We should be entitled to some outrageous sum of stimulus package money for the header, which we can accept with the stipulation that we hire fifty people to come up with fifty different ideas for the site banner. And then, when it's all said and done, we'll be required to vote on our favorite, and we'll end up unanimously voting for the one you made in the first place.
Now THAT'S America. -
Now now...that's for the Politics and other Messy Stuff area please...
-
I smell a tangent. This thread is heading in the direction of anti-America flaming... :mad5:
-
Yeah, but I don't understand that code stuff, so it's all I'm left with.
My code would look something like this:
CSS HTML WTF???
}MINI pic on the left that changes alot randomly
{I} (I really don't know what the "{" do, but they look not only cool but important)
}Some green stuff in the middle
{I}
{MA badge thingy on the right#!}
I tried that code, and all I got was a picture of some guy with a black helmet sewing. So it's pretty much politics or nothing for me.... -
Rixter Well-Known Member
-
Metalman Well-Known MemberLifetime Supporter
- Sep 29, 2009
- 7,688
- Ex-Owner (Retired) of a custom metal fab company.
- Ratings:
- +7,960 / 1 / -0
Here....... This might help
[ame=http://www.youtube.com/watch?v=zdA__2tKoIU]YouTube - Be sure to drink your Ovaltine[/ame] -
I am not anti American... I am anti where America is heading...
-
Exactly.
-
On small monitors the green dosn't look bad at all IMO.
-
T8rChick Active Member
- May 4, 2009
- 111
- Paying for new tires! The wheels were a deal!!!
- Ratings:
- +111 / 0 / -0
-
Mr. Jim MudsharkLifetime Supporter
Drink more Ovaltine :beer Did I say Ovaltine...... I meant, oh you all know what I meant.....
Page 5 of 8