Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > CSS > CSS Cascading Style Sheets
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 20th, 2009, 07:46 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default Working in IE but not firefox

Good day

I have this style:

.pageContentArea {
margin-top: 0px;
margin-bottom: 0px;
min-height: 550px;
width: 971px;
padding-top: 1px;
padding-bottom: 30px;
text-align: left;
padding-left: 10px;
padding-right: 10px;
color:#333;
background-image:url(../images/fullPageSideBorders.jpg);
background-repeat:repeat;
background-position:0px 0px;
text-align: left;
height : auto;
}

It runs fine in IE However in Firefox it doesnt. The issue is the image which gets repeated (a simple vertical line) stops 3/4 the way down the page when there is content that fills more that 3/4 the page. Remove the content and the line does however go to the bottom in FF. Is there something I can do to this class to force it to repeat all the way to the bottom of the page no matter how long the page is?

Wow this is really bugging me. I would normally use nested tables however this is not an option on this page.

TYIA
__________________
Wind is your friend
Matt
 
Old July 2nd, 2009, 07:47 AM
Friend of Wrox
 
Join Date: Mar 2007
Posts: 373
Thanks: 0
Thanked 1 Time in 1 Post
Default

These links might help

http://www.codeproject.com/KB/HTML/Using_DIV_tags.aspx
http://cssbeauty.com/skillshare/disc...em-in-firefox/
__________________
- Rakesh
http://iam-rakesh.blogspot.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
innerHTML tag is not working in firefox johnpaul8182 ASP.NET 2.0 Professional 0 March 4th, 2008 07:29 AM
transformNode not working in firefox picky Javascript 0 December 20th, 2007 01:54 AM
Blog with FCKeditor not working in Firefox cwh BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 5 March 20th, 2007 01:35 AM
logout not working in firefox sen22 ASP.NET 2.0 Basics 0 January 25th, 2007 04:21 AM
responseText not working in FireFox Coyote21 BOOK: Professional Ajax ISBN: 978-0-471-77778-6 0 July 13th, 2006 05:53 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.