v. nice. Nothing really needs changing but you might consider:

1. Maybe use "search" instead of query as a label for the search form.

2. Your CSS issues may come form the use of multiple classes, which some browsers don't handle very well (I'll leave the css-d folks to look into this)

3. You might want to save some bytes by combining your CSS image related declarations. e.g

        background-color: white;
        background-image: url(Assets/HeaderBase.jpg);
        background-position: right top;
        background-repeat: no-repeat;

is the same as:
background: #fff url(Assets/HeaderBase.jpg) no-repeat right top;

kind regards
Terrence Wood.

On 2 Aug 2005, at 12:58 PM, Tatham Oddie (Fuel Advance) wrote:

Guys n' gals,



In light of the Broadleaf discussion/brawl the other week, I have a new
proposal for you. In this case, bandwidth was critical due to the existing
site's traffic base and formed a major design goal.



          http://testdrive.fueladvance.com/vve/
<http://testdrive.fueladvance.com/vve/Dashboard/Default.ashx>



There are still some oddities in IE6, however I have posted to CSS-D about
this.



What I was mostly interested in some feedback on was the mark-up, etc. I was
just wondering if anybody had any pointers about how to improve it.



Thanks in advance! And I'll try not to start a punchup this time. ;-)







Thanks,



Tatham Oddie

Fuel Advance - Ignite Your Idea

www.fueladvance.com

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to