CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 CSS style not working at FireFox 1.5

Print topic Send  topic

Author Message
Jose
Posted: 02/16/2006, 11:17 AM

FireFox do not respect the Style.css for table sizes.

Here is my Style.css file.

body {
font-family: Tahoma;
font-size: 60%;
background-image: url('Images/PageBg.gif');
}
p {
margin-top: 5px;
}
a:link {
color: #204ed8;
text-decoration: none;
}
a:visited {
color: #FF6600;
text-decoration: none;
}
a:hover,a:active {
color: #FF6600;
background-color: #FFCC00;
}
ul,ol,blockquote {
margin-top: 5px;
margin-bottom: 10px;
margin-left: 20px;
}
form {
margin: 0px;
}
h1 {
font-size: 150%;
margin-top: 5px;
margin-bottom: 5px;
}
h2 {
font-size: 130%;
margin-top: 15px;
margin-bottom: 5px;
}
h3 {
font-size: 110%;
font-style: italic;
margin-top: 15px;
margin-bottom: 5px;
}
h4 {
font-size: 100%;
margin-top: 15px;
margin-bottom: 5px;
}
h5 {
font-size: 100%;
font-style: italic;
margin-top: 15px;
margin-bottom: 5px;
}
h6 {
font-size: 90%;
margin-top: 15px;
margin-bottom: 5px;
}
th {
font-family: Tahoma;
font-size: 60%;
}
td {
font-family: Tahoma;
font-size: 60%;
}
..Header {
width: 170px;
}
..Header th {
font-size: 80%;
text-align: left;
padding: 1px;
background-image: url('Images/HeaderBg.gif');
color: #ffffff;
width: 100%;
white-space: nowrap;
}
..Header a:link {
color: #ffffff;
}
..Header a:visited {
color: #ffffff;
}
..Header a:hover,.Caption a:active {
color: #ffffff;
text-decoration: none;
}
..HeaderLeft {
background-image: url('Images/HeaderLeft.gif');
}
..HeaderRight {
background-image: url('Images/HeaderRight.gif');
}
..HeaderLeft img {
width: 7px;
}
..HeaderRight img {
width: 14px;
}
..Grid {
width: 100%;
}
..Caption th {
font-size: 60%;
text-align: left;
vertical-align: top;
padding: 1px;
border-bottom: solid 1px #ffd326;
background-image: url('Images/CaptionBg.gif');
color: #000000;
white-space: nowrap;
}
..Caption td {
font-size: 60%;
text-align: left;
vertical-align: top;
padding: 1px;
border-bottom: solid 1px #ffd326;
background-image: url('Images/CaptionBg.gif');
color: #000000;
white-space: nowrap;
}
..Caption a:link {
color: #000000;
}
..Caption a:visited {
color: #000000;
}
..Caption a:hover,.Caption a:active {
color: #ff2626;
}
..Caption img {
margin: 2px;
vertical-align: middle;
}
..Caption input {
vertical-align: middle;
}
..Row th {
font-size: 60%;
font-weight: normal;
text-align: left;
vertical-align: middle;
padding: 1px;
border-bottom: dashed 1px #ffd326;
background-color: #fbfbfb;
color: #000000;
white-space: nowrap;
}
..Row td {
font-size: 60%;
padding: 1px;
border-bottom: dashed 1px #ffd326;
vertical-align: top;
background-color: #fbfbfb;
color: #000000;
}
..Row a:link {
color: #204ed8;
}
..Row a:visited {
color: #871414;
}
..Row a:hover,.Row a:active {
color: #ff2626;
}
..Separator {
color: #ff7c26;
}
..Separator td {
height: 1px;
}
..AltRow th {
font-size: 60%;
font-weight: normal;
text-align: left;
vertical-align: middle;
padding: 1px;
border-bottom: dashed 1px #ffd326;
background-color: #fbfbfb;
color: #000000;
white-space: nowrap;
}
..AltRow td {
font-size: 60%;
padding: 1px;
border-bottom: dashed 1px #ffd326;
vertical-align: top;
background-color: #fbf8ec;
color: #000000;
}
..AltRow a:link {
color: #204ed8;
}
..AltRow a:visited {
color: #871414;
}
..AltRow a:hover,.AltRow a:active {
color: #ff2626;
}
..NoRecords td {
font-size: 60%;
padding: 1px;
border-bottom: solid 1px #ffd326;
background-color: #fbfbfb;
color: #000000;
vertical-align: top;
}
..Footer td {
font-size: 60%;
padding: 1px;
border-bottom: solid 1px #ffd326;
background-color: #fbfbfb;
color: #000000;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
..Footer a:link {
color: #204ed8;
}
..Footer a:visited {
color: #871414;
}
..Footer a:hover,.Footer a:active {
color: #ff2626;
}
..Footer img {
margin: 2px;
vertical-align: middle;
}
..Footer input {
vertical-align: middle;
}
..Record {
width: 100%;
}
..Error td {
font-size: 60%;
padding: 1px;
border-bottom: solid 1px #ffd326;
color: #FF0000;
vertical-align: top;
background-color: #fbfbfb;
}
..Controls th {
font-size: 60%;
font-weight: normal;
text-align: left;
vertical-align: middle;
padding: 1px;
border-bottom: dashed 1px #ffd326;
background-color: #fbfbfb;
color: #000000;
white-space: nowrap;
}
..Controls td {
font-size: 60%;
padding: 1px;
border-bottom: dashed 1px #ffd326;
vertical-align: top;
background-color: #fbfbfb;
color: #000000;
}
..Bottom td {
font-size: 60%;
padding: 1px;
border-bottom: solid 1px #ffd326;
background-color: #fbfbfb;
color: #000000;
text-align: right;
vertical-align: middle;
white-space: nowrap;
}
..Bottom a:link {
color: #204ed8;
}
..Bottom a:visited {
color: #871414;
}
..Bottom a:hover,.Caption a:active {
color: #ff2626;
}
..Bottom img {
margin: 2px;
vertical-align: middle;
}
..Bottom input {
vertical-align: middle;
}
..GroupCaption th {
font-size: 60%;
padding: 1px;
border-bottom: dashed 1px #ffd326;
white-space: nowrap;
text-align: left;
vertical-align: top;
font-weight: bold;
background-color: #fbf8ec;
color: #000000;
}
..GroupCaption td {
font-size: 60%;
padding: 1px;
border-bottom: dashed 1px #ffd326;
vertical-align: top;
font-weight: bold;
background-color: #fbfbfb;
color: #000000;
}
..GroupCaption a:link {
color: #000000;
}
..GroupCaption a:visited {
color: #000000;
}
..GroupCaption a:hover,.GroupCaption a:active {
color: #ff2626;
}
..GroupFooter td {
font-size: 60%;
padding: 1px;
border-bottom: solid 1px #ffd326;
text-align: center;
vertical-align: middle;
white-space: nowrap;
background-color: #ffd326;
color: #000000;
}
..GroupFooter a:link {
color: #204ed8;
}
..GroupFooter a:visited {
color: #871414;
}
..GroupFooter a:hover,.GroupFooter a:active {
color: #ff2626;
}
..GroupFooter img {
margin: 2px;
vertical-align: middle;
}
..GroupFooter input {
vertical-align: middle;
}
..SubTotal td {
font-size: 60%;
padding: 1px;
border-bottom: 2px solid #ff7c26;
vertical-align: top;
font-weight: bold;
background-color: #fbf8ec;
color: #000000;
}
..SubTotal a:link {
color: #204ed8;
}
..SubTotal a:visited {
color: #871414;
}
..SubTotal a:hover,.SubTotal a:active {
color: #ff2626;
}
..Total td {
font-size: 60%;
padding: 1px;
border-bottom: dashed 1px #ffd326;
vertical-align: top;
white-space: nowrap;
font-weight: bold;
background-color: #fbf8ec;
color: #000000;
}
..Total a:link {
color: #204ed8;
}
..Total a:visited {
color: #871414;
}
..Total a:hover,.Total a:active {
color: #ff2626;
}
..Button {
margin: 2px;
}
..Calendar {
width: 100%;
}
..CalendarWeekdayName {
font-size: 60%;
padding: 1px;
border-bottom: solid 1px #ffd326;
text-align: center;
vertical-align: top;
white-space: nowrap;
background-color: #fbf8ec;
color: #000000;
}
..CalendarWeekdayName a:link {
color: #204ed8;
}
..CalendarWeekdayName a:visited {
color: #871414;
}
..CalendarWeekdayName a:hover,.CalendarWeekdayName a:active {
color: #ff2626;
}
..CalendarWeekendName {
font-size: 60%;
padding: 1px;
border-bottom: solid 1px #ffd326;
white-space: nowrap;
text-align: center;
vertical-align: top;
background-color: #fbf8ec;
color: #000000;
}
..CalendarWeekendName a:link {
color: #000000;
}
..CalendarWeekendName a:visited {
color: #000000;
}
..CalendarWeekendName a:link,.CalendarWeekendName a:visited {
color: #ff2626;
}
..CalendarDay {
font-size: 60%;
padding: 1px;
border-bottom: dashed 1px #ffd326;
text-align: center;
background-color: #fbfbfb;
color: #000000;
}
..CalendarDay a:link {
color: #204ed8;
}
..CalendarDay a:visited {
color: #871414;
}
..CalendarDay a:hover,.CalendarDay a:active {
color: #ff2626;
}
..CalendarWeekend {
font-size: 60%;
padding: 1px;
border-bottom: dashed 1px #ffd326;
text-align: center;
background-color: #fbf8ec;
color: #000000;
}
..CalendarWeekend a:link {
color: #204ed8;
}
..CalendarWeekend a:visited {
color: #871414;
}
..CalendarWeekend a:hover,.CalendarWeekend a:active {
color: #ff2626;
}
..CalendarToday {
font-size: 60%;
border: 2px solid #ff7c26;
text-align: center;
background-color: #fbfbfb;
color: #000000;
}
..CalendarToday a:link {
color: #204ed8;
}
..CalendarToday a:visited {
color: #871414;
}
..CalendarToday a:hover,.CalendarToday a:active {
color: #ff2626;
}
..CalendarWeekendToday {
font-size: 60%;
border: 2px solid #ff7c26;
text-align: center;
background-color: #fbf8ec;
color: #000000;
}
..CalendarWeekendToday a:link {
color: #204ed8;
}
..CalendarWeekendToday a:visited {
color: #871414;
}
..CalendarWeekendToday a:hover,.CalendarWeekendToday a:active {
color: #ff2626;
}
..CalendarOtherMonthDay {
font-size: 60%;
padding: 1px;
border-bottom: dashed 1px #ffd326;
text-align: center;
background-color: #fbfbfb;
color: #ff7c26;
}
..CalendarOtherMonthDay a:link {
color: #ff7c26;
}
..CalendarOtherMonthDay a:visited {
color: #ff7c26;
}
..CalendarOtherMonthDay a:hover,.CalendarOtherMonthDay a:active {
color: #ff2626;
}
..CalendarOtherMonthToday {
font-size: 60%;
border: 2px solid #ff7c26;
text-align: center;
background-color: #fbfbfb;
color: #ff7c26;
}
..CalendarOtherMonthToday a:link {
color: #ff7c26;
}
..CalendarOtherMonthToday a:visited {
color: #ff7c26;
}
..CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active {
color: #ff2626;
}
..CalendarOtherMonthWeekend {
font-size: 60%;
padding: 1px;
border-bottom: dashed 1px #ffd326;
text-align: center;
background-color: #fbf8ec;
color: #ff7c26;
}
..CalendarOtherMonthWeekend a:link {
color: #ff7c26;
}
..CalendarOtherMonthWeekend a:visited {
color: #ff7c26;
}
..CalendarOtherMonthWeekend a:hover,.CalendarOtherMonthWeekend a:active {
color: #ff2626;
}
..CalendarOtherMonthWeekendToday {
font-size: 60%;
border: 2px solid #ff7c26;
text-align: center;
color: #ff7c26;
background-color: #fbf8ec;
}
..CalendarOtherMonthWeekendToday a:link {
color: #ff7c26;
}
..CalendarOtherMonthWeekendToday a:visited {
color: #ff7c26;
}
..CalendarOtherMonthWeekendToday a:hover,.CalendarOtherMonthWeekendToday
a:active {
color: #ff2626;
}
..CalendarSelectedDay {
font-size: 60%;
padding: 1px;
border-bottom: dashed 1px #ffd326;
background-color: #ffd326;
color: #000000;
text-align: center;
font-weight: bold;
}
..CalendarSelectedDay a:link {
color: #000000;
}
..CalendarSelectedDay a:visited {
color: #000000;
}
..CalendarSelectedDay a:hover,.CalendarSelectedDay a:active {
color: #ff2626;
}
..CalendarNavigator {
font-size: 60%;
padding: 1px;
background-color: #fbfbfb;
color: #000000;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
..CalendarNavigator a:link {
color: #204ed8;
}
..CalendarNavigator a:visited {
color: #871414;
}
..CalendarNavigator a:hover,.CalendarNavigator a:active {
color: #ff2626;
}
..CalendarNavigator img {
margin: 2px;
vertical-align: middle;
}
..CalendarEvent {
font-size: 80%;
text-align: left;
}
..CalendarEvent a:link {
color: #204ed8;
}
..CalendarEvent a:visited {
color: #871414;
}
..CalendarEvent a:hover,.CalendarEvent a:active {
color: #ff2626;
}


--
Ing. Jose Maldonado
IT Manager
Povocom Informatica
Benjamin Krajmalnik
Posted: 02/17/2006, 9:44 PM

Providing the generated Style.css really does not help much.
It would be much more useful to provide a link to an example demonstrating
the problem.

I use bot IE and Firefox in testing of my apps and have not encountered
problems with either one.


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.