Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

closed my newest car project

This thread has been closed by the original author or DNF staff member.
Status
Not open for further replies.

GT Web

DNF Addict
Legacy Exclusive Member
Joined
Feb 21, 2003
Messages
6,459
Reaction score
3
one thing i know for sure, this domain is better than fast-autos.com....

FANTASYAUTOS.com - soon to be developed!

what do you guys think?
 

moxsum

Level 5
Legacy Platinum Member
Joined
Jun 5, 2003
Messages
275
Reaction score
0
nice name, I like it, ya much nicer then fast-autos.com.
 

GT Web

DNF Addict
Legacy Exclusive Member
Joined
Feb 21, 2003
Messages
6,459
Reaction score
3
thanks - if i had known about the whole '-' thing before I dont think I would have reg'd fast-autos.com - anyways... if you go to www.fantasyautos.com there is the basis of the new site - what do you think?
 

Frontline

DNF Regular
Legacy Exclusive Member
Joined
Nov 18, 2002
Messages
696
Reaction score
0
Sounds like a nice name for a concept car site. I like it.
 

moxsum

Level 5
Legacy Platinum Member
Joined
Jun 5, 2003
Messages
275
Reaction score
0
The design is setup nice, however the graphics are not crisp. Also the text on the header is hard to read. Good layout, work on the graphics ;)
 

URLtrader

Domain Champ
Legacy Exclusive Member
Joined
Aug 13, 2002
Messages
2,098
Reaction score
12
It is a fantastic name. Good luck.
 

GT Web

DNF Addict
Legacy Exclusive Member
Joined
Feb 21, 2003
Messages
6,459
Reaction score
3
thanks! any more opinions?
 

ShaunP

DNF Regular
Legacy Exclusive Member
Joined
May 7, 2002
Messages
800
Reaction score
13
Just don't try and sell it here when it gets to 1000 hits a day.

:) :) :)

Shaun
 

stuff

Mr Domeen
Legacy Exclusive Member
Joined
Mar 30, 2002
Messages
4,356
Reaction score
35
Originally posted by aactive
Just don't try and sell it here when it gets to 1000 hits a day.

:) :) :)

Shaun

Agree :)
 

Steen

Level 9
Legacy Platinum Member
Joined
Mar 24, 2003
Messages
4,853
Reaction score
1
Aslo agree, DONT SPAM IT! lol :D

I like the header, except the text on it should b better.

THe buttons are ugly and the background is ugly.

I like the layout htough, simple and ez. Good job (BTW, i hated fast-autos.com layout).

Nice name, obviouly alot better than the fast-autos.com

Unfortuanatly, when I built my site (www.123-FREEstuff.com) i was not into domains. I saw that it was dropping and autmoticly though, "if its dropping and some1 esle reg'ed it, its gotta b valuable".

Too bad its so hard to rebrand and move domains :(
 

Steen

Level 9
Legacy Platinum Member
Joined
Mar 24, 2003
Messages
4,853
Reaction score
1
Hey,
I got an idea for "the car guy (kid)"
How about you make a site like hotornot.com but instead, rate car pix?

I like it :D
 

whitelion

Level 6
Legacy Platinum Member
Joined
Apr 23, 2003
Messages
645
Reaction score
0
Nice name. Very nice.
still prefer fastautos.
Though you have a heifen in your .com
hence fantasyautos is your better name
 

GT Web

DNF Addict
Legacy Exclusive Member
Joined
Feb 21, 2003
Messages
6,459
Reaction score
3
ok....

I will market this site until it gets 2500 hits per day - and then I will try and sell it here ;)

I might go back and re-do the top header - but I have had many positive comments on it, I will see how much time I have tonight. Layout and buttons are supposed the be simple, I dont understand why you would have problems with them.... flash navigation and a simple grey background, anyways, I am starting to add the content....It will be rating cars like hotornot....I will post when It is finished
 

stuff

Mr Domeen
Legacy Exclusive Member
Joined
Mar 30, 2002
Messages
4,356
Reaction score
35
Originally posted by devildude8989
Hey,
I got an idea for "the car guy (kid)"
How about you make a site like hotornot.com but instead, rate car pix?

I like it :D

In estonia we have carrating.org
So nothing new I think.
 

deepstar

Level 5
Legacy Platinum Member
Joined
Apr 30, 2002
Messages
377
Reaction score
0
What graphics editor are you using? You really dont need to have a flash navigation if you are only doing simple mouse over effects.

Just fyi.

Eric
 

GT Web

DNF Addict
Legacy Exclusive Member
Joined
Feb 21, 2003
Messages
6,459
Reaction score
3
photoshop (yes I know I should learn Illustrator)

yes.... I do know that, but I dont know how to make a JS applet.... or whatever the hell you do, I just wanted to be able to make one change in the nav that will change all of the links on the site....so I dont have to go back and change all of the links like I would have to with html - by the way, a new fantasyautos.com banner is up at www.fantasyautos.com - what do you guys think?
 

deepstar

Level 5
Legacy Platinum Member
Joined
Apr 30, 2002
Messages
377
Reaction score
0
Are you using dreamweaver as your html editor? If so, you can make your navigation as a graphic or plain text and save it as a library item and then you can make global changes to your site. Hope this helps.

Eric
 

GT Web

DNF Addict
Legacy Exclusive Member
Joined
Feb 21, 2003
Messages
6,459
Reaction score
3
I am using Dreamweaver for some of the html....hand coding the rest - can I create a mouse over effect the way you described above - if so, how?
 

deepstar

Level 5
Legacy Platinum Member
Joined
Apr 30, 2002
Messages
377
Reaction score
0
All you need to do is specify the actions you want between the head and body tags or within your style sheets. If you want to change the color to red and use plain text all you would need to do is add:

<style>
<!-- a {color:navy; text-decoration:none} a:hover {color:red; text-decoration:none } -->
</style>

color:navy is the color of the link without having the mouse positioned over it. text-decoration:none is what is on the link, if you replace with underline then the link will be underlined.

hover is what will happen when the link is moused over.

If you want to do graphic mouseovers simply use the follwing code:

<a href="javascript:;" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','images/your-image1.gif',1)"><img src="images/your-image2.gif" width="0" height="0" border="0" name="Image1">

Be sure to adjust your height and widths.

You will also need the following code in the head tag:

<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}

function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>

Hope this helps.

Eric
 

GT Web

DNF Addict
Legacy Exclusive Member
Joined
Feb 21, 2003
Messages
6,459
Reaction score
3
ok, i will try it out, thanks man, i will post back when it is done :)

40 DNF$ sent as thanks
 
Status
Not open for further replies.

Who has viewed this thread (Total: 1) View details

Who has watched this thread (Total: 1) View details

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members Online

Premium Members

Upcoming events

Latest Listings

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators

Top Bottom