mnkhaki
10-29-2011, 10:01 AM
Hello!
I am trying to create a monthly chart... however, the chart has its own css file, but it does not seem to match for some reason.
For example, the chart in the main site is
http://www.mombasajamaat.org/prayer/main.php?cmd=jan
But on its own its as follows:
http://www.mombasajamaat.org/prayer/01-january.php
In the top link, it seems to break down (width is set at 680).
Would anyone be able to find out where i went wrong? The separate CSS file is as follows:
a:link {
color:#666666;
text-decoration:none;
}
a:hover {
color:#ffffff;
background-color:#FF3300;
text-shadow:#FF3300;
text-decoration:none;
}
#monthcontainer {
width: 680px;
}
.C1title {
width: 50px;
float:left;
text-align:center;
border-bottom:thin #CCCCCC solid;
}
.C2title, .C3title, .C4title, .C5title, .C6title, .C7title {
width: 104px;
float:left;
text-align:center;
border-left:thin #CCCCCC solid;
border-bottom:thin #CCCCCC solid;
}
.date {
width: 50px;
float:left;
text-align:center;
height:30px;
}
.imsaak, .fajr, .sunrise, .dhuhr, .sunset, .maghrib {
width: 104px;
float:left;
text-align:center;
border-left:thin #CCCCCC solid;
height:30px;
}
#monthend {
clear: both;
}
1. While we're on this topic - when I use the HOVER effect to highlight specific line, with a BG Color of FF3300 and text color of FFFFFF it won't work!
2. Also, the header (in blue) wont vertically align despite adding "vertical-align:middle;", how come?
I am trying to create a monthly chart... however, the chart has its own css file, but it does not seem to match for some reason.
For example, the chart in the main site is
http://www.mombasajamaat.org/prayer/main.php?cmd=jan
But on its own its as follows:
http://www.mombasajamaat.org/prayer/01-january.php
In the top link, it seems to break down (width is set at 680).
Would anyone be able to find out where i went wrong? The separate CSS file is as follows:
a:link {
color:#666666;
text-decoration:none;
}
a:hover {
color:#ffffff;
background-color:#FF3300;
text-shadow:#FF3300;
text-decoration:none;
}
#monthcontainer {
width: 680px;
}
.C1title {
width: 50px;
float:left;
text-align:center;
border-bottom:thin #CCCCCC solid;
}
.C2title, .C3title, .C4title, .C5title, .C6title, .C7title {
width: 104px;
float:left;
text-align:center;
border-left:thin #CCCCCC solid;
border-bottom:thin #CCCCCC solid;
}
.date {
width: 50px;
float:left;
text-align:center;
height:30px;
}
.imsaak, .fajr, .sunrise, .dhuhr, .sunset, .maghrib {
width: 104px;
float:left;
text-align:center;
border-left:thin #CCCCCC solid;
height:30px;
}
#monthend {
clear: both;
}
1. While we're on this topic - when I use the HOVER effect to highlight specific line, with a BG Color of FF3300 and text color of FFFFFF it won't work!
2. Also, the header (in blue) wont vertically align despite adding "vertical-align:middle;", how come?