navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Page review please

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Design >> Site Critiques >> Page review please
Page: [1]
 
vision2000

 

Posts: 532
From: USA
Status: offline

 
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

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
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.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to vision2000)
vision2000

 

Posts: 532
From: USA
Status: offline

 
RE: Page review please - 2/17/2005 11:38:18   
Thanks - I tidied it up a bit.

Herman

(in reply to jaybee)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Page review please - 2/17/2005 11:49:25   
Much better. Looks good in Firefox.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to vision2000)
vision2000

 

Posts: 532
From: USA
Status: offline

 
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

(in reply to jaybee)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
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

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to vision2000)
vision2000

 

Posts: 532
From: USA
Status: offline

 
RE: Page review please - 2/17/2005 13:55:10   
Thanks very much for your help.

Herman

(in reply to jaybee)
Page:   [1]

All Forums >> Web Design >> Site Critiques >> Page review please
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts