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

 

Trying to recreate this kind of table style help!

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

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

All Forums >> Web Development >> Microsoft FrontPage Help >> Trying to recreate this kind of table style help!
Page: [1]
 
LeeH

 

Posts: 29
Joined: 3/12/2002
From:
Status: offline

 
Trying to recreate this kind of table style help! - 4/12/2002 7:13:49   
http://www.sportplanet.com/links/courses/fileplanet.asp

I am trying to recreate the Windows style table rows as seen in the above list, the grey rows

Ive looked at the source
and it looks like we have

TABLE

border 1
cellspacing 1
bordercolor 111111
bordercolorlight 555555
style border-collapse: collapse

TD
background-color cccccc

It looks like the collapse thing is doing the nice windows style effect, but am not sure whether bordercolorlight is a common style or whether collapse is well supported

when i tried to do this myself in an external style sheet it didnt work

I used

TABLE {
padding:1;
bordercolor: #111111;
bordercolorlight: #555555;
border-width: 1;
border-collapse: collapse}

TD {font-family:verdana; font-size:10px; color:black; background-color:#CCCCCC}

Its not working
what am I doing wrong?

Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Trying to recreate this kind of table style help!
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