Opinions on this design I hacked up last night.
Moderator: General Moderators
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
Opinions on this design I hacked up last night.
I hacked this up in a couple of hours last night. What do you guys think?
Keep in mind it's a work-in-progress.
http://beta.apevibro.com/
The links do not work and will take you to somewhere you didn't intend to go.
Keep in mind it's a work-in-progress.
http://beta.apevibro.com/
The links do not work and will take you to somewhere you didn't intend to go.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Still a little rough, but clean. It definitely needs some color in the body. 17K for the light background image is decent, 120K for the large banner header background is a bit much. CSS needs a little work, but I think you might have something. I didn't bother to run it through the validators seeing as you are probably going to be doing more work to it.
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
That image is leaving as soon as I can find something decent. It's really only a placeholder.
I'm not the best at CSS by any means, and if you can tell me which parts need fixing, it would be appreciated. I think that will be later though.
I'm having trouble with that background image. The content column will be pushed under the menu when the window gets smaller. I haven't figured it out yet, but I've only worked on it for about 3 hours.
I'm not the best at CSS by any means, and if you can tell me which parts need fixing, it would be appreciated. I think that will be later though.
I'm having trouble with that background image. The content column will be pushed under the menu when the window gets smaller. I haven't figured it out yet, but I've only worked on it for about 3 hours.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Your nested list navigation on the left needs a little work when it comes to the padding/margins you are using. Everything else seems to work, but I would pay close attention to that navigation area. Also, your HTML appears to be doing wierd things, like opening an anchor tag (<a) at the end of the line prior to the href call. This added an extra <a tag in your HTML.
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA