Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 06-24-2009, 12:22 AM   #1
New Member
 
Join Date: Jun 2009
Location: San Diego, CA
Posts: 6
Default Need to break away from tables!

I'm trying to design a photo gallery subnav using large icons and I'd like to break away from the use of tables (especially since I designed it using FF and there are issues when viewing it in IE). Is there a div or ul solution here somewhere?

URL is http://www.brsr.org/bee-removal-pictures/

Thanks!
j.blaise.n is offline   Reply With Quote


Old 06-25-2009, 04:05 AM   #2
New Member
 
Join Date: Jun 2009
Posts: 22
Default divs

just startdoing everything without tables, they sux

just setup your menu like this (each one)

using your css or style if its sheet specific, set the div to float:left
and style it how it all needs to

PHP Code:
<div id=whateva>
<
p><img src="" title="" /></p//need to set the img to float  as well
<h1>category name</h1// set the h1 style to size and margin top etc using class
</div
Use h1 tags on category name for SEO

if its php or some other dynamic output just put all that in your for() or while() output

like

PHP Code:
<?php
while($cat mysql_fetch_array($catr)){
?>
<div id="showcase">

<p><a href="<?php echo PORT_PATH.$cat[name]; ?>.html" title="<?php echo $cat[imgtitle]; ?>"><img title="<?php echo $cat[metd]; ?>" alt="<?php echo $cat[metk]; ?>" src="<?php echo THUM_PATH.$cat[name]; ?>.jpg" /><?php echo $cat[name]; ?></a></p>
</div>
<?php 
}
?>
__________________
Weird Things come in normal packages

Dogg-webdesign
Free-sunshine-coast
practical-webdesign
arminium is offline   Reply With Quote
Old 06-26-2009, 02:25 AM   #3
New Member
 
Join Date: Jun 2009
Posts: 3
Default

I've got a colleague - our senior Usability Engineer - who is just an expert at layout, different techniques for implementing screens with CSS - no tables, etc. He's written a number of articles that may be of some help:

http://algonquinstudios.com/home/sea...eywords=tables

Hope this gives you some idea.
__________________
Take care,
Steve

Software, Web, IT | EXPERTS
www.algonquinstudios.com
skiernan2 is offline   Reply With Quote
Reply

Tags
div, tables

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:31 AM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.