Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Raised edges on tables
Old 02-20-2007, 08:35 AM Raised edges on tables
Junior Talker

Posts: 2
Trades: 0
Hi everybody,

I've designed a site using tables but wanted a raised edge as seen on http://www.mijas-villas.com/ . I'm thinking that this can only be done in CSS. Is this right?

Is there any way I can add an effect like this on a design using tables?

Cheers Guys.
fozzie is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-20-2007, 09:31 AM Re: Raised edges on tables
King Spam Talker

Posts: 1,186
Location: Manchester, UK
Trades: 0
Do you mean the edges of the photos or an effect similar to the drop shadow on the header here: http://www.nooti.com/ ?

The first can be achieved with something like:

HTML Code:
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
in your css. The second can be achieved by using something like:

HTML Code:
background: url(images/horizontal-drop-shadow) repeat-x
gringo is offline
Reply With Quote
View Public Profile Visit gringo's homepage!
 
Reply     « Reply to Raised edges on tables
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11501 seconds with 12 queries