|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| 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
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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...? |
|
||||
|
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 |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |