Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Bidding Directory   World's Leading Outsourcing Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 05-17-2004, 07:27 AM   #1 (permalink)
Inactive
 
Fusion's Avatar
 
Join Date: 03-08-04
Posts: 2,644
iTrader: 0 / 0%
Latest Blog:
None

Fusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the rough
Send a message via MSN to Fusion Send a message via Yahoo to Fusion
Code view :?

Im trying to make this design stretch as more content is placed in the cell. On either side of the content areas are two cells set to 100% with bg images that can tile. In design view its perfect. View it in the browser; looks nothing like it. So whats the use of design view and how can I can make this design stretch properly?
Fusion is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 05-17-2004, 08:00 AM   #2 (permalink)
v7n Mentor
 
imaginemn's Avatar
 
Join Date: 02-18-04
Location: Minneapolis, Minnesota
Posts: 1,941
iTrader: 0 / 0%
imaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to all
Send a message via MSN to imaginemn Send a message via Yahoo to imaginemn Send a message via Skype™ to imaginemn
I'd love to help you but can you be a little more specific? Like what tool/program you are using. PC/MAC? What browser you are having problems with. Or at least part of the code or sample link so we can see what you are talking about.

This reminds me of a tech support call I took back in the days when someone called and asked me to fix their computer. Not only were they not on their computer but they couldn't tell me what the problem was either and to top it off, they were calling from their cell phone on their way to the airport and wanted me to guarantee that the computer would be fixed before they got back.

Nothing personal but there are too many postings without enough information to assist.

I do know however that in some browsers if the table cells are empty they will not stretch or display properly in some browsers. Especially Netscape. You need to make sure you either put some text or a clear.gif image in each cell.

imaginemn
__________________
Imagine Creative Services
Design : Marketing : Multimedia : More
imaginemn is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-17-2004, 08:20 AM   #3 (permalink)
Inactive
 
Fusion's Avatar
 
Join Date: 03-08-04
Posts: 2,644
iTrader: 0 / 0%
Latest Blog:
None

Fusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the rough
Send a message via MSN to Fusion Send a message via Yahoo to Fusion
lol, Im not very good at explaining things, partly cus this is visual. Ive got it sorted now, basically any image to either side of a content cell (set to bg image) needs to be able to tile when the cell with the content in does the same.

Just need to make the rest of the design do the same. I have four content boxes in the middle and a left nav, all images.
Fusion is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-17-2004, 11:33 AM   #4 (permalink)
Inactive
 
Fusion's Avatar
 
Join Date: 03-08-04
Posts: 2,644
iTrader: 0 / 0%
Latest Blog:
None

Fusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the rough
Send a message via MSN to Fusion Send a message via Yahoo to Fusion
The design view though is useless.
Fusion is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-17-2004, 10:01 PM   #5 (permalink)
Inactive
 
Join Date: 04-28-04
Posts: 21
iTrader: 0 / 0%
Latest Blog:
None

Assure is liked by many
Have you tried to make the outside col's fixed and the content 100%?

What you need for this design is a table with 3 col's. The first and third are fixed and the middle one (content) 100%. Inside the middle col, place another table and place your content in there.

Try this design:
[code:1:eef69e735e]
<table width="100%">
<tr>
<td width="125"></td>
<td width="100%">
<center>
<table width ="90%">
<tr>
<td width="100%"></td>
</tr>
</table>
</center>
</td>
<td width="125"></td>
</tr>
</table>[/code:1:eef69e735e]
Assure is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-18-2004, 05:44 PM   #6 (permalink)
Inactive
 
Fusion's Avatar
 
Join Date: 03-08-04
Posts: 2,644
iTrader: 0 / 0%
Latest Blog:
None

Fusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the rough
Send a message via MSN to Fusion Send a message via Yahoo to Fusion
lemme see if it works this idea. Its pretty much that I want to make the left nav fixed, but allow the middle four content boxes expand, ill let you know.
Fusion is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-18-2004, 07:22 PM   #7 (permalink)
Inactive
 
Join Date: 04-28-04
Posts: 21
iTrader: 0 / 0%
Latest Blog:
None

Assure is liked by many
Glad I could help you. Hope it works like you want.
Assure is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
add text to code view but not having it show on website basslion Web Design Lobby 1 03-07-2008 08:51 AM
add text to code view but not having it show on website basslion Coding Forum 2 03-07-2008 08:16 AM
DW inserting white space into code view gothustle1 Web Design Lobby 0 12-18-2006 08:22 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 08:50 AM.
© Copyright 2008 V7 Inc