Some bugs ... - Joomla! Forum - community, help and support
in french
khepri template bug
in firefox, there's no space between images , text in article. (screenshot_1)
not in beez template.
in ie6:
- if right module disable, articles align on right side. (screenshot_2)
ieonly.css
delete margin
- left module overlap footer, , footer high. (screenshot_3)
ieonly.css
- text of button "recherche" (search) long, it's not template error.
ie 6 increase margin size, can add line in ieonly.css
but margin right ever high.
ieonly.css
- "#main .leading .modifydate" has different color (#93246f) "modifydate", "createdby", "createdate" (#932467).
see screenshot_4
the difference isn't noticable, small caracters. (screenshot_5)
firefox 2.0.0.8
ie 6.0
svn 29-oct-2007
language : french
khepri template bug
in firefox, there's no space between images , text in article. (screenshot_1)
not in beez template.
in ie6:
- if right module disable, articles align on right side. (screenshot_2)
ieonly.css
code: select all
#main
{
position: relative;
width: 98%;
margin: 0 0 0 22%;
}
delete margin
code: select all
#main
{
position: relative;
width: 98%;
}
- left module overlap footer, , footer high. (screenshot_3)
ieonly.css
code: select all
#footer
{
margin: 0 3px 3px 3px;
clear: both;
height: 38px;
}
- text of button "recherche" (search) long, it's not template error.
ie 6 increase margin size, can add line in ieonly.css
but margin right ever high.
ieonly.css
code: select all
#header form .button
{
padding:1px 0px 1px 15px;
}
- "#main .leading .modifydate" has different color (#93246f) "modifydate", "createdby", "createdate" (#932467).
see screenshot_4
the difference isn't noticable, small caracters. (screenshot_5)
firefox 2.0.0.8
ie 6.0
svn 29-oct-2007
language : french
with comments:
ieonly.css
without:
ieonly.css
add:
beez before
beez after
ieonly.css
without:
ieonly.css
add:
code: select all
.wrap {margin-bottom: -1px;}
#header {margin: 3px 1px 3px 3px;}
#header form {margin: 0 0 0 -3px;}
beez before
beez after
Comments
Post a Comment