| Author |
Message |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
dont show Comment in IE |
|
hy
ihave aprivate skin for my page with strawberry maked. ihave one problem this code for my page
 |  |
<?$number = 5;
include rootpath.'/show_news.php';
if ($post['keywords']){ // ??????, ??????? ?? ?????-?? ??????? ? ??????? ?? ??? ??? ????????
$static['skip'] = 0;
$static['template'] = 'Headlines';
$static['number'] = 7;
$static['category'] = $post['keywords'];
include rootpath.'/show_news.php';
}
?>
|
but i dont see the coment form with smiles in IE when i of reademore klik. in opera with firefox Perfect
#
thanks
|
|
| Mon Aug 21, 2006 11:17 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 462 Location: Hoogeveen, NL |
|
|
|
Dunno why it doesn't work.. But maybe you should try this.
 |  | <?
if ($post['keywords']){
$static['skip'] = '0';
$static['template'] = 'Headlines';
$static['number'] = '7';
$static['category'] = $post['keywords'];
include rootpath.'/show_news.php';
}
else {
$number = '5';
include rootpath.'/show_news.php';
}
?> |
_________________
 |
|
| Sat Aug 26, 2006 4:54 pm |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
|
thanks
but that is not the solution I believes is because of CSS. 
|
|
| Sat Aug 26, 2006 9:25 pm |
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 462 Location: Hoogeveen, NL |
|
|
|
Well then a link would be nice
As we can't see your CSS without knowing where to search 
_________________
 |
|
| Sun Aug 27, 2006 12:00 am |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
|
that is my Css
 |  | body {
background-color: #ECE9D8;
font-family: "Unikurd Web", Tahoma, Arial;
font-size: 10pt;
color: #333333;
}
/* Shweni Hewallekan*/
.hewall {
height: auto;
width: 600px;
text-align: right;
direction: rtl;
}
/* Rojmer*/
#calendar {text-align: center;}
#calendar .month, #calendar .month a {font-weight: bold;color: #ccc;}
#calendar .weekday {color: #ccc;}
#calendar .weekday a {color: #ccc;font-weight: bold;}
#calendar .day, #calendar .day a {color: #ccc;}
#calendar .weekend {color: #c60000;}
#calendar .weekend a {color: #c60000;font-weight: bold;}
#calendar .endday, #calendar .endday a {color: #c60000;}
/*chuwarchewey Rojmer*/
.rojmeri {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
font-variant: normal;
color: #003300;
height: 100px;
width: 100px;
font-style: normal;
line-height: normal;
text-decoration: none;
text-shadow: 1;
text-align: justify;
background-image: url(rojmer.gif);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: center center;
background-color: #EEEEEE;
max-width: 140px;
min-height: 140px;
} | 
|
|
| Sun Aug 27, 2006 12:32 am |
|
 |
mamphp
Joined: 01 Sep 2006 Posts: 14
|
|
|
|
nobody have any Idea.?
her is support Forum or not?
Thanks
|
|
| Fri Sep 01, 2006 6:46 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2668 Location: Germany |
|
|
|
 |  |
nobody have any Idea.?
her is support Forum or not? |
This is a "We are trying to help you"-forum just like any other support forum.
This is not a "We will definately solve your problem"-forum.
So it might happen that we are not able to help everyone - just like in your case. Sorry.
|
|
| Sat Sep 02, 2006 5:20 pm |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
|
Many come and still write we, however, my problem stands still
|
|
| Sun Sep 03, 2006 12:15 am |
|
 |
|