iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-03-2004, 08:58 AM
WebProWorld New Member
 
Join Date: May 2004
Location: Wales, UK
Posts: 9
welsh_whisper RepRank 0
Default Annoying Tables

Anyone got a quick fix for this problem?

I have a header which contains two tables - one above the other and flush. The upper-most table contains the company logo, left-aligned in the first cell followed by an array of pictorial links, right-aligned in the second cell.
The second table contains a nav system, left-aligned in the first cell, followed by a graphic, right-aligned in the second cell which extends the shape of the upper-most table. Pause - take a breath.
The problem is this: The two tables are scaled to be 100% in width so they fill the screen together, until the browser window is resized so that the pic-links on the upper table don't fit anymore. At this point, a horizontal scroll-bar is provided to see all the pic-links, but the table below it is still the width of the browser window.

<table width=100%><tr>
<td> <img [LOGO] </td>
<td> <img [PIC-LINKS] </td>
</tr></table>
<table width=100%><tr>
<td> [NAV SYSTEM] </td>
<td> <img [SHAPE] </td>
</tr></table>

I reckon the solution would lie in changing the width value of the second table to somehow be dynamic...?
Reply With Quote
  #2 (permalink)  
Old 06-03-2004, 10:01 AM
mushroom's Avatar
WebProWorld Pro
 
Join Date: Feb 2004
Location: Queen Charlotte B. C. Canada
Posts: 287
mushroom RepRank 0
Default

Try nesting

<table width=100%><tr>
<td>
<table width=100%><tr>
<td> <img [LOGO] </td>
<td> <img [PIC-LINKS] </td>
</tr></table>
</td></tr><tr><td>
<table width=100%><tr>
<td> [NAV SYSTEM] </td>
<td> <img [SHAPE] </td>
</tr></table>
</td>
</tr></table>
__________________
Irony: That for most people the most "trusted" web site on the planet is for a company the has been convicted of criminal activity.

Both Security and SuSe start with "S". www.oldslides.com
Reply With Quote
  #3 (permalink)  
Old 06-03-2004, 10:49 AM
WebProWorld New Member
 
Join Date: May 2004
Location: Wales, UK
Posts: 9
welsh_whisper RepRank 0
Default

That's so simple.. so obvious.. so brilliant! Thank you very much.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

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 -4. The time now is 10:06 PM.



Search Engine Optimization by vBSEO 3.3.0