PDA

View Full Version : Justco.com


JoElAtHaN
05-27-2004, 04:06 PM
Hey people,

Still imcomplete somehwhat in terms of preloading, touchups and such but here it is:

www.justco.com (http://www.justco.com)

I've got an html issue going on with every page except "machines.htm". Can you see that white line at the bottom and right hand side of the page? If you hit refresh it goes away (???). The problem only seems to occur in Win IE5+

The only thing that is different about the machines page is that the body images do not extend the full length of the table.

Thanks for looking, criticism welcome... :D

Cota
05-27-2004, 04:10 PM
Seems as though you're suffering the 4 pixel ghost line also. I have that problem all the time. Its the tables that are causing it. Make sure all you're <.TD.> and <./.TD.> tags are on the same line.

Your site definetly has visual appeal. My only complaint is that mouse over affects at the top. When the mouseover occurs, you have to click close to access the menu again. That will get annoying fast.

JoElAtHaN
05-27-2004, 04:16 PM
Thanks for the tip, I'll try that...

I actually just changed the mouseover crap... It used to be that rolling over another one of the buttons would end the current transition and start the new one. The problem with that was that if you moved your mouse away, you would accidentally rollover one of the other buttons.

• What would you suggest? Close button coming up right at the beggining?

• on (release) instead of (mouseOver)?

Cota
05-27-2004, 04:18 PM
On(release) defintely. The trick is to WoW them without forcing them to make extra clicks. The user is, well, a pain in the ass. on(release) is probably the better obtion.

JoElAtHaN
05-28-2004, 02:46 AM
FYI...

I fixed the bottom and right margin problems by adding this in the body:

rightmargin="0" and bottommargin="0"

Yeah, I'm an idiot.