GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 01-May-2005, 06:01
wood1e wood1e is offline
New Member
 
Join Date: May 2005
Posts: 11
wood1e is on a distinguished road

css and layout


Hi,
I am just testing a webpage on my hosting account, and having used CSS for first time proper...

When I uploaded it to the server, adn then went to view, the right hand column went straight underneath the left hand column, I am using a three colmn layout with CSS. And then I clicked on another page, and the layout was ok.

using just CSS the right hand column would go underneath the lefthand coumn when I shrunk my browser. I would prefer to use just CSS, hence the reason for using a table in both columns

And the two images "members", and "search" don't seem to want to appear, and I can't see why, when they do on my PC.

Can anyone help/explain?

Address below

http://www.unique-and-perfect-gift.com/test/index.htm
  #2  
Old 05-May-2005, 07:28
Corey Bryant Corey Bryant is offline
Member
 
Join Date: Oct 2003
Location: Castle Rock, CO
Posts: 216
Corey Bryant will become famous soon enough
You have a lot of extra lines of code in there that you do not need really. And did you want to use all CSS and use DIVs to create the three column layout or did you actually want to mix the two

For example:
CSS Code:
.mainContainer{
     
	 width:792px;
     height:1100px;
     border:0px;
     margin:0 auto;

}
.leftMenu{
     background-image: url(images/agift_of_poetry_49.jpg);
     background-repeat: repeat-y; 
	 width:152px;
     float:left;
     height:1100px;
}
If everything is going to be in your table (maincontainer) you have already specified the height - no reason to do that again.

This site has a few layouts that you could check out.

Also the problem does lie somewhere in that rollover.css file. (Take that out for a moment and I think you will get your desired layout.)
Last edited by admin : 05-May-2005 at 07:47. Reason: please insert your example CSS codes between [css] and [/css] bbcode tags
 
 

Recent GIDBlogLast Week of IA Training by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

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 Off
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 01:54.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.