Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Web Development
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 01-07-2007, 11:03 PM   #1
Cat
Smurf
 
Cat's Avatar
 
Join Date: Oct 2006
Location: Ayr, Scotland
Posts: 25
Cat will become famous soon enough
Default New site design teething problems...

Hi.

I've just redesigned my site for the very first time - never having ever done anything like this before. I was using dreamweaver to create the template then contribute to make the individual pages - it all looked great in the preview windows on those two, and it looks fine in safari - but when I view it in Firefox of Internet Explorer the left hand navigation gets stretched on the pages which have more content on them.
The wedding reception music page looks fine on all of them because the content is short on that page but on a page like our repertoire list - the navigation stays put in safari - but gets ridiculously stretched out in the others.
Like I said - I'm new to all this - I know it must have something to do with my table layout.

Oh, and Internet Explorer doesn't seem to like "text-indent: 1.5cm;" which is part of the style I use on the page sub-heading:
.style8 {
font-family: Cochin;
font-size: 28px;
font-style: italic;
color: #800080;
text-indent: 1.5cm;
}

Any ideas?

Thanks, Cat.
__________________
Catriona Mackay
www.rhapsodystringquartet.co.uk
Cat is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 01-08-2007, 03:29 AM   #2
Bisje
MVP Runner-up 2006
 Contributor 
 
Bisje's Avatar
 
Join Date: Sep 2006
Location: Antwerpen / Belgium
Posts: 392
Bisje has a spectacular aura aboutBisje has a spectacular aura aboutBisje has a spectacular aura about
Default Re: New site design teething problems...

oups, saw this thread to late.

I gave you already some recommandations on the review thread : http://talk.iwebtool.com/thread6978.html
__________________
Take a look at Eric's Books Site to know what I read or at Eric's Boeken Site for the Dutch talking.
Add your book-related website at my Books Directory.
Bisje is offline  
Old 01-08-2007, 03:50 AM   #3
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: New site design teething problems...

It looks like the problem you are having is because you are using table to lay your page out. The best thing to do in this situation is set up a div that you float:left for the menu items. Then inside of that div place all of your menu links.

Code:
.menu { position:relative; float:left; width:160px; }

Oh, and if you float the menu left, you must place it first in your document before the information that you want to be on the right side.
Then the html
Code:
<div class="menu"> <a href="menuitem1">Menu item 1</a> <a href="menuitem2">Menu item 2</a> </div>

Or if you want to continue to use the table for a layout method, you could do a rowspan="n" in your first td and place all of your menu items within the one table cell.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SALE] Proxy site design sub Templates 2 01-15-2007 11:23 PM
My New Design Site artmark Advertise your website 5 01-06-2007 06:47 AM
Web Design Site appraisal57 Advertise your website 0 11-02-2006 07:50 PM
New site design. deeem Website Reviews 7 03-22-2006 03:25 PM
Design for site illusion Website Reviews 5 12-21-2005 03:57 PM


All times are GMT. The time now is 01:13 AM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.