Page review please (Full Version)

All Forums >> [Web Design] >> Site Critiques



Message


vision2000 -> Page review please (2/16/2005 12:25:03)

Hi,

Please give your feedback on this page:

http://www.ihost-websites.com/dunamis/home.shtml

The bottom table row appears to be a little longer on the bottom left than the main table (at least in IE).

How do I fix this?

Thanks
Herman




jaybee -> RE: Page review please (2/17/2005 10:02:07)

You have a proprietary attribute sitting in one of your tags. xt?

 <td width="751" xt align="left" valign="top" height="877" class="text">


You also have a table height set to 0 take that out

<table width="760" border="0" cellspacing="0" cellpadding="0" height="0" align="center">


I suggest you go through and look at all your height and width settings to make sure they all make sense. It's throwing the bottom line out in Firefox as well so it's not a browser problem.




vision2000 -> RE: Page review please (2/17/2005 11:38:18)

Thanks - I tidied it up a bit.

Herman




jaybee -> RE: Page review please (2/17/2005 11:49:25)

Much better. Looks good in Firefox.




vision2000 -> RE: Page review please (2/17/2005 12:28:16)

Thanks for checking it out.

How can I change the background color and text size/color of the drop down box?

Herman




jaybee -> RE: Page review please (2/17/2005 13:19:10)

In your style sheet put the following tags

select{background-color:#ffff00;
font-size:10px;
color:#000000;}

That gives the box a yellow background with 10 px black text. Yuk!

This will make all form based drop downs the same colour. If you want them different then set them up as

.yellowdrop{background-color:#ffff00;
font-size:10px;
color:#000000;}

.bluedrop{background-color:#d3d2ec;
font-size:10px;
color:#000000;}

and then put the class on the select statements




vision2000 -> RE: Page review please (2/17/2005 13:55:10)

Thanks very much for your help.

Herman




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
6.152344E-02