Skip to main content
Participating Frequently
January 7, 2009
Question

css for partial page border?

  • January 7, 2009
  • 4 replies
  • 933 views
Murray solved my problem of having ONLY the outer table border color show using css (many thanks!). But now the client would like the page border to show only below the logo - OR to have a black border on the top cell. They want the JCB letters to blend into black. Here's the page of the beginning site: http://www.saraohara.com/jcb/pages/home.htm

THANKS!
Sara Ohara
Web Designer and Computer Trainer
858-336-5671
sara@SaraOhara.com
http://www.SaraOhara.com
This topic has been closed for replies.

4 replies

Participating Frequently
January 8, 2009
You make this look so easy - THANK YOU!

Please email me so off forum so I can perhaps hire you!

Sara Ohara
Web Designer and Computer Trainer
858-336-5671
sara@SaraOhara.com
http://www.SaraOhara.com

Inspiring
January 8, 2009
Change your table.special rule from this -

table.special {
border: 2px solid #bda448;
border-collapse:collapse;
margin:0 auto;
width:760px;
}

to this -

table.special {
border: 2px solid #bda448;
border-top:none;
border-collapse:collapse;
margin:0 auto;
width:760px;
}

> can I hire you? Really.

I'm a freelancer and I subcontract for jobs frequently. So, sure!

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"sohara" <webforumsuser@macromedia.com> wrote in message
news:gk5en2$3ta$1@forums.macromedia.com...
> There are 3 rows in this table:
> 1. logo
> 2. bottle image
> 3. footer
>
> They want there to NOT be a gold border on the top of the logo so that the
> letters JCB blend into the black (or there could be a black border which
> would
> accomplish the same thing). They do still want a gold border on the rest
> though.
>
> Here's their photoshop sample:
> http://www.jeancharlesboisset.com/Home_page.html
>
> and here's mine: http://www.saraohara.com/jcb/pages/home.htm
>
> Thanks so much Murray - can I hire you? Really.
> Sara
>

Participating Frequently
January 8, 2009
There are 3 rows in this table:
1. logo
2. bottle image
3. footer

They want there to NOT be a gold border on the top of the logo so that the letters JCB blend into the black (or there could be a black border which would accomplish the same thing). They do still want a gold border on the rest though.

Here's their photoshop sample: http://www.jeancharlesboisset.com/Home_page.html

and here's mine: http://www.saraohara.com/jcb/pages/home.htm

Thanks so much Murray - can I hire you? Really.
Sara
Inspiring
January 7, 2009
I'm not sure I understand what you want.

> They want the JCB letters to blend into black

Do you mean you want that gradient behind the large JCB at the top to go
from gold to black across the page? It should be simple....

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"sohara" <webforumsuser@macromedia.com> wrote in message
news:gk2r33$fp4$1@forums.macromedia.com...
> Murray solved my problem of having ONLY the outer table border color show
> using
> css (many thanks!). But now the client would like the page border to show
> only
> below the logo - OR to have a black border on the top cell. They want the
> JCB
> letters to blend into black. Here's the page of the beginning site:
> http://www.saraohara.com/jcb/pages/home.htm
>
> THANKS!
> Sara Ohara
> Web Designer and Computer Trainer
> 858-336-5671
> sara@SaraOhara.com
> http://www.SaraOhara.com
>
>