Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1063 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

More CSS troubles..

Thread title: More CSS troubles..
Closed Thread  
Page 1 of 2 1 2 >
    Thread tools Search this thread Display Modes  
12-28-2006, 06:37 PM
#1
Adam S. is offline Adam S.
Adam S.'s Avatar
Status: Senior Member
Join date: Aug 2006
Location: New Brunswick, Canada
Expertise: Coding / programming
Software: NotePad
 
Posts: 824
iTrader: 9 / 100%
 

Adam S. is on a distinguished road

  Old  More CSS troubles..

I've begun coding ThisRate's layout and already hit a problem in Firefox. The page background doesn't seem to stretch vertically like it should, but it does perfect in IE7.

If anyone can fix this, please do so it'll be much appreciated.

http://www.packedlinks.com/cms-test/

12-28-2006, 06:44 PM
#2
Xuxa is offline Xuxa
Status: Request a custom title
Join date: Feb 2006
Location: USA
Expertise:
Software:
 
Posts: 1,076
iTrader: 17 / 95%
 

Xuxa is on a distinguished road

Send a message via MSN to Xuxa

  Old

I don't have enough time to look at the code but if you want I will code it for you for free.

12-28-2006, 06:57 PM
#3
Alex Eyre is offline Alex Eyre
Alex Eyre's Avatar
Status: Designer
Join date: Aug 2006
Location: Manchester
Expertise:
Software:
 
Posts: 1,132
iTrader: 5 / 100%
 

Alex Eyre is on a distinguished road

Send a message via MSN to Alex Eyre

  Old

Oh, adam,

@the image header make sure you define the height of the header image.


@ the rollovers just get rid off all the whitespace, it causes this, so instead of:

Code:
<li> ... </li>
<li> ... </li>
Do this:
Code:
<li> ... </li><li>  ,,, </li> etc.etc.

Dont ask me why, but it works.
Alex.

12-28-2006, 07:17 PM
#4
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Try just using this for the background of the container:
Code:
background: url(images/pagebg.gif) repeat-y;
and this should also go in the container attribute:
Code:
height: auto;
One last thing, instead of using padding-top, etc. use this:
Code:
padding: top right bottom left; // padding: 5px 10px 5px 20px;
margin: top right bottom left; // same as above, only for margin

12-28-2006, 07:24 PM
#5
chaka42 is offline chaka42
Status: Senior Member
Join date: Apr 2005
Location: Middle America
Expertise:
Software:
 
Posts: 955
iTrader: 5 / 100%
 

chaka42 is an unknown quantity at this point

Send a message via AIM to chaka42 Send a message via MSN to chaka42 Send a message via Skype™ to chaka42

  Old

All good suggestions, but, if it's supposed to be the background for the page, why is it in the container and not in the body. Example:
Code:
body {
	background:#AB0C0C url('images/pagebg.gif') center repeat-y;
	padding:0px;
	margin:0px;
	font-family:Verdana;
	color:#444444;
	font-size:9pt;
Note: You can combine multiple variables with the single 'background' element.

12-28-2006, 07:33 PM
#6
Adam S. is offline Adam S.
Adam S.'s Avatar
Status: Senior Member
Join date: Aug 2006
Location: New Brunswick, Canada
Expertise: Coding / programming
Software: NotePad
 
Posts: 824
iTrader: 9 / 100%
 

Adam S. is on a distinguished road

  Old

chaka42 what you suggested works great.

Thanks alot everyone for the help, I really appreciate how helpful you are.

12-28-2006, 07:40 PM
#7
chaka42 is offline chaka42
Status: Senior Member
Join date: Apr 2005
Location: Middle America
Expertise:
Software:
 
Posts: 955
iTrader: 5 / 100%
 

chaka42 is an unknown quantity at this point

Send a message via AIM to chaka42 Send a message via MSN to chaka42 Send a message via Skype™ to chaka42

  Old

Adam...anytime man...

12-28-2006, 08:54 PM
#8
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Oh, I was under the impression you didn't want it expanding all the way down if the content went, lets say, half way.

Anyway, glad you got it sorted out.

12-28-2006, 09:04 PM
#9
Adam S. is offline Adam S.
Adam S.'s Avatar
Status: Senior Member
Join date: Aug 2006
Location: New Brunswick, Canada
Expertise: Coding / programming
Software: NotePad
 
Posts: 824
iTrader: 9 / 100%
 

Adam S. is on a distinguished road

  Old

New problem now, same link.

I want numerous sections of the same "table-like" structure for the sides and content, but for some reason it just doesn't work out.

This layout is giving me alot of trouble, any suggestions on what to do?

12-28-2006, 09:17 PM
#10
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

First off, you are using rather bad techniques for semantics.

Code:
<div class="sidehead">Member Login</div>
<div class="sidecontent">
<p>Username</p>
<p>Password</p>
</div>

<div class="sidehead">Member Login</div>
<div class="sidecontent">
<p>Username</p>
<p>Password</p>
</div>
You can use that, and then add "margin: 0 0 20px 0;" to the class "sidecontent" in your CSS.

Closed Thread  
Page 1 of 2 1 2 >


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

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed