Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Dr.Chiz

macrumors member
Original poster
Aug 12, 2006
32
0
I need a cool Table that goes on left of my site but i want it to not realyl be a table just tabs in a row
Theme Colors: Blue and Blue
5 tabs: --- Chiz History
--- Forums
---Media
--- Contact
--- Interent Chiz
And the Tabs on the left showed me in that order but with cool fancy font and im callnig them tabs because id like them to be cool looking actuall tabs with them things written on them lined up in that order and on a bigger tab on top is NAVIGATION thanks ill pay the first person gets me wat i want the best looking 20 dollars if its wat i want , btw i need the actuall code so i can insert it into dreamweaver 8 to nmy other info
 

dornoforpyros

macrumors 68040
Oct 19, 2004
3,070
4
Calgary, AB
uhh you sorta need to provide more information than this. All you've described is tabs, without seeing what this would be inserted into it's really hard to start on anything.

How wide can the table be? How high can it be? Also "blue" is not as specific as you'd think.

This sounds like something that can be done in an hour, so $30 isn't that far off, but people are just gonna need more to start out with.

Post a screen shot or a link of what you've got started and you might get a better response.
 

elppa

macrumors 68040
Nov 26, 2003
3,233
151
I've done my best

Code:
	<table width="505" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td colspan="7"><img id="chiz_01" src="nav.png" width="505" height="30" alt="Navigation" /></td>
		</tr>
		<tr>
			<td><img src="space_l.png" width="20" height="26" alt="spacer" /></td>
			<td><a href="#" title="Chiz History"><img src="history.png" width="109" height="26" alt="Chiz History" /></a></td>
			<td><a href="#" title="Forums"><img src="forums.png" width="79" height="26" alt="Forums" /></td>
			<td><a href="#" title="Media"><img src="media.png" width="69" height="26" alt="Media" /></td>
			<td><a href="#" title="Contact"><img src="contact.png" width="82" height="26" alt="Contact" /></td>
			<td><a href="#" title="Internet Chiz"><img src="internet.png" width="124" height="26" alt="Internet Chiz" /></td>
			<td><img src="space_r.png" width="22" height="26" alt="spacer" /></td>
		</tr>
	</table>

It's a bit silly not showing what the rest of the web-site looks like, but I've done my best based on the brief.

Also specifically asking for a table it a bit old fashioned - there are better ways of doing navigation using XHTML and CSS. (These are also easier to maintain).

Don't worry about the cash. I'm not bothered.

Here are all the images

nav.png

space_l.png

history.png

forums.png

media.png

contact.png

internet.png

space_r.png



I have included some additional images for making each tab appear "active". These are below as you can't put more than 10 IMG tags on a page.

Let me know if you need any help.
 

Dr.Chiz

macrumors member
Original poster
Aug 12, 2006
32
0
ok fine ill be more specific
-------------
|
-------------

About that size the font is a Black and the tabs are a Dark Ocean Dark Blue
and i dont want them to look stupid and silly and kiddy just cool maybe the boxs is ripped and torn or make it look tech. And when u move ur cursor over the tab the dark blue turns light blue and the font turns whitei uf can do that also that be great ok 50 dollars now is top
 

panoz7

macrumors 6502a
Nov 21, 2005
904
1
Raleigh, NC
Dr.Chiz said:
About that size the font is a Black and the tabs are a Dark Ocean Dark Blue

Black text on a dark blue background isn't going to be very legible:

chis.jpg


I threw that together in a minute to demonstrate the point.

Dr.Chiz said:
and i dont want them to look stupid and silly and kiddy just cool maybe the boxs is ripped and torn or make it look tech.

I don't think anyone on this forum knows what you consider silly and kiddy. If you want good results from people it would be helpful to post links to a few pages that have the effect you desire.

Dr.Chiz said:
And when u move ur cursor over the tab the dark blue turns light blue and the font turns white

This is the same problem as the original; It's low contrast.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.