1 reply [Last post]
samf
samf's picture
Offline
Enthusiast
Los Angeles, CA
Last seen: 11 years 2 weeks ago
Los Angeles, CA
Timezone: GMT-5
Joined: 2003-09-29
Posts: 106
Points: 34

Hi There,

I'm amazed by the proficiency of the people on this forum. I would appreciate your critique on something I've developed which uses css and javascript. The application makes a tabbed interface identical to a properties window in Windows 200 or XP. Here is the link:

http://relatebase.com/client/help/help_v204.php

I realize IT LOOKS DRAB, that's by design. My programming for the next two years is going to focus on making browser applications that look and behave like desktop applications. REASON: people have seen this 1000 times and know what the tabs mean.

If this interests anyone, I'd be happy to put my tabbed-menu generator online -- youjust enter the name of the tabs, and the page code is created.

Requests:

1. The tabs are actually stored in complex tables -- I hate that. Like this:

 <div id="help20tabs_i_conceptidx" style="border-bottom:1px solid white;<?php echo cg('ib','help20tabs','conceptidx');?>" onClick="hl_1('help20tabs',help20tabs,'conceptidx');"> 
	<table border="0" cellspacing="0" cellpadding="0">
	  <tr> 
		 <td class="bul_"><img src="/images/b/uli.gif"></td>
		 <td class="bt_"></td>
		 <td class="bur_"><img src="/images/b/uri.gif"></td>
	  </tr>
	  <tr> 
		 <td class="bl_"></td>
		 <td class="bc_" nowrap>Concept Index</td>
		 <td class="br_"></td>
	  </tr>
	</table>
 </div>

-- that's a lot of HTML to get that effect -- but it mirrors it exactly!!

2. If you know javascript, take a look at function hl_1() -- any critiques on the order the divs are displayed and hidden?

Thanks,
Sam
[/code]

Life is complex -- don't make it complicated. If you need help with PHP visit PHP Builder

Daybreak_0
Offline
Enthusiast
Sydney, Australia
Last seen: 19 years 29 weeks ago
Sydney, Australia
Timezone: GMT+10
Joined: 2003-11-15
Posts: 389
Points: 0

tabbed interface, not bad for a rookie

I think there would be quite a few interested, especially some that may want various bits of information on one page.

Some problems -

1) In NN7.1 and Moz FF 0.8 the tabs do not work, and there is a problem with part of the border.

2) In Opera 7.23, tabs work, but larger problem with a border.

3) In IE suggest that the default cursor be used when placing mouse over tab to trully reflect what you are trying to achieve.

Regards
Day

The only way to learn is to do it yourself