site redesign
site redesign
which do u guys like better.
the exsisting one...
http://legwon.biz/mtm2/axle.htm
or the new one...
http://legwon.biz/site_test/axles.htm
the exsisting one...
http://legwon.biz/mtm2/axle.htm
or the new one...
http://legwon.biz/site_test/axles.htm
Leg's Auto Emporium most anything that you'll need to make a truck!
The old style is clearer about what's what and whose is whose.
The new style has excellent looking pictures, but they sort of run into each other.
If you could some how meet them both half way I think I'd prefer that. Sort of have the clarity of the original with the image quality of the new design, that'd be my vote.
And by the way, welcome home. It's good to have you back [:-)]
PS. I hope you don't mind my imposing, but here's a suggestion that might bridge the gap and give the best of both worlds
http://legwon.biz/site_test/axles_x.html
The new style has excellent looking pictures, but they sort of run into each other.
If you could some how meet them both half way I think I'd prefer that. Sort of have the clarity of the original with the image quality of the new design, that'd be my vote.
And by the way, welcome home. It's good to have you back [:-)]
PS. I hope you don't mind my imposing, but here's a suggestion that might bridge the gap and give the best of both worlds
http://legwon.biz/site_test/axles_x.html
i was thinking about that but then u can see the difference of the 2 sides. which i didnt want.here's a suggestion that might bridge the gap
maybe i can just adjust the pics a bit to settle that.
ill try something when i get home.
ok hows that....
http://legwon.biz/site_test/axles.htm
Leg's Auto Emporium most anything that you'll need to make a truck!
I like the new style better. It looks more professional.
However the images for the new style are much lower quality and some even do not show the entire axle. The old pictures are more useful.
It is nice that on the new style you can copy and paste the names of the autors and the parts - this was impossible on the old style.
However the images for the new style are much lower quality and some even do not show the entire axle. The old pictures are more useful.
It is nice that on the new style you can copy and paste the names of the autors and the parts - this was impossible on the old style.
Keep on MTMing,
CH_2005
<a href="http://ch.mtm2.com/">Visit my site</a>
CH_2005
<a href="http://ch.mtm2.com/">Visit my site</a>
- TheReal_KD
- Member
- Posts: 18
- Joined: Thu May 22, 2003 4:20 am
- Location: Portland
well i got new pics up.. appearently i messed up real bad the first time round.. lol. but i dont think itll be done for quite awhile. im having cross-browser isuues.
in NS/mozilla, the tables look great. pics arnt right though.
in IE pics are awesome, but tables are way outta wack.
gotta figure something out here.
in NS/mozilla, the tables look great. pics arnt right though.
in IE pics are awesome, but tables are way outta wack.
gotta figure something out here.
Leg's Auto Emporium most anything that you'll need to make a truck!
>> in NS/mozilla, the tables look great. pics arnt right though.
>> in IE pics are awesome, but tables are way outta wack.
NS will control the image width using css, IE will not. If you set the image width in the image tag, you'll get better results (I mean, more consistent)
Also, there's a javascript browser issue too.
This
PositionX = 200;
PositionY = 200;
would do better as
PositionX = 50;
PositionY = 50;
And this
defaultWidth = 1200;
defaultHeight = 1200;
would do better as this
defaultWidth = 200;
defaultHeight = 200;
It's easy to switch back, or tweak, if you don't like the results.
>> in IE pics are awesome, but tables are way outta wack.
NS will control the image width using css, IE will not. If you set the image width in the image tag, you'll get better results (I mean, more consistent)
Also, there's a javascript browser issue too.
This
PositionX = 200;
PositionY = 200;
would do better as
PositionX = 50;
PositionY = 50;
And this
defaultWidth = 1200;
defaultHeight = 1200;
would do better as this
defaultWidth = 200;
defaultHeight = 200;
It's easy to switch back, or tweak, if you don't like the results.
wooo hoo i got it , i got it.
looking pretty good right now just a few tweaks and finish doing the pics. thats the longest thing... ugh.
looking pretty good right now just a few tweaks and finish doing the pics. thats the longest thing... ugh.
well i found out thats only true to a point. NS will control ALL aspects of the IMG tag from the css. IE doesnt support percentages. if its a fixed size from css, IE will read and set it.NS will control the image width using css, IE will not.
Leg's Auto Emporium most anything that you'll need to make a truck!