• 13-10-2010, 08:59:59
    #10
    Kimlik doğrulama veya yönetimden onay bekliyor.
    CakirTurk adlı üyeden alıntı: mesajı görüntüle
    header.php'de

    </head>'den önce
    <!--[if lt IE 7]>
    <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
    <![endif]-->

    <!--[if lt IE 8]>
    <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
    <![endif]-->


    bu kodları ekleyip dener misiniz? bir de...
    Bu kodları yeni görüyorum ne işe yarıyor bunlar ? aradım ama bir bilgi bulamadım.
  • 13-10-2010, 10:11:59
    #11
    kod verseydin yada link verseydin baksaydık yemezdik ?
  • 13-10-2010, 10:14:35
    #12
    Menünüz li kullanılarak yapılmış ve "float: left;" verilmiş ise mutlaka altına bir de "display: inline;" ekleyin fazla görünen margin ve padding düzelecektir.
  • 13-10-2010, 10:42:54
    #13
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Fontlardan kaynaklanan bir sorun gibi görünüyor Arial font kullan kayma oluyormu yine?
  • 13-10-2010, 15:09:36
    #14
    justices adlı üyeden alıntı: mesajı görüntüle
    kod verseydin yada link verseydin baksaydık yemezdik ?
    iyimisin arkadaşım sen yemezdik falan?

    Buyrun CSS Kodları
    /* COMMON STYLE
    --------------------------------------------------------- */
    html, body, form, fieldset {
        margin: 0;
        padding: 0;
    }
    
    body {
        background: #FFFFFF;
        color: #000000;
        font-family: "Lucida Grande", Arial, sans-serif;
        line-height: 1.5;
    }
    
    body#bd {
        color: #DCCAC0;
        background: url(../images/bd-bg.gif) left #2C2A26;
        margin: 0 0 50px;
    }
    
    body.contentpane {
        color: #000000;
        font-size: 12px;
        line-height: 1.3em;
        margin: 0;
        margin: 1em 2em;
        width: auto; /* Printable Page */
    }
    
    body.fs1 {font-size: 10px;}
    body.fs2 {font-size: 11px;}
    body.fs3 {font-size: 12px;}
    body.fs4 {font-size: 13px;}
    body.fs5 {font-size: 14px;}
    body.fs6 {font-size: 15px;}
    
    /* Normal link */
    a {
        color: #F8B150;
        text-decoration: none;
    }
    
    a:hover, a:active, a:focus {
        color: #DCCAC0;
        text-decoration: underline;
    }
    
    a img {
        border: none;
    }
    
    /* Title text */
    .contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, #ja-login, #ja-topnav {
        line-height: normal;
        font-weight: normal;
        font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    }    
    
    /* Small text */
    small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
    p.site-slogan, a.readon, #ja-topnav, #ja-footer {
        font-size: 92%;
    }
    
    small, .small, .img_caption {
        color: #8A5C2B;
    }
    
    img {
        margin: 0;
        padding: 0;
    }
    
    .img_caption.left {
        margin-right: 25px;
    }
    
    .img_caption.right {
        margin-left: 25px;
    }
    
    img.caption {
        padding: 3px;
        background: #4F2F1D;
        border: 1px solid #2E190D;
    }
    
    /* Heading */
    h1 {font-size: 200%;}
    h2 {font-size: 180%;}
    h3 {font-size: 150%;}
    h4 {font-size: 125%; text-transform: uppercase;}
    
    p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
        margin: 15px 0;
        padding: 0;
    }
    
    ul {
        list-style: none;
    }
    
    ul li {
        background: url(../images/bullet.gif) no-repeat 18px 7px;
        line-height: 160%;
        padding-left: 30px;
    }
    
    ol li {
        line-height: 180%;
        margin-left: 35px;
    }
    
    th {
        font-weight: bold;
        padding: 5px;
        text-align: left;
    }
    
    fieldset {
        border: none;
        padding: 10px 5px;
    }
    
    fieldset a {
        font-weight: bold;
    }
    
    fieldset.input {
        padding: 0;
    }
    
    hr {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #4F2F1D;
        height: 1px;
    }
    
    td, div {
        font-size: 100%;
    }
    
    /* FORM
    --------------------------------------------------------- */
    form {
        margin: 0;
        padding: 0;
    }
    
    form label {
        cursor: pointer;
    }
    
    input, select, textarea, .inputbox, .button {
        font-family: Arial, sans-serif;
        font-size: 100%;
        color: #DCCAC0;
    }
    
    .inputbox {
        border: 1px solid #47210C;
        padding: 3px 2px;
        background: #8A5C2B;
    }
    
    .button {
        padding: 2px 8px;
        border: 1px solid #47210C;
        background: url(../images/but-bg.gif) repeat-x center #4F2F1D;
        font-variant: small-caps;
        color: #F8B150;
    }
    
    * html .button { /*IE 6*/
        padding: 0 2px !important;
    }
    
    *+html .button { /*IE 7*/
        padding: 0 2px !important;
    }
    
    /* JOOMLA STYLE
    --------------------------------------------------------- */
    .article_separator {
        clear: both;
        display: block;
        height: 30px;
    }
    
    .column_separator {
        padding: 0 25px;
    }
    
    /* content tables */
    .sectiontableheader {
        background: #4F2F1D;
        border-right: 1px solid #371E10;
        padding: 8px 4px;
    }
    
    tr.sectiontableentry0 td,
    tr.sectiontableentry1 td,
    tr.sectiontableentry2 td {
        padding: 8px 4px;
        background: url(../images/hline.gif) repeat-x bottom;
    }
    
    table.contentpane {
        border: none;
        width: 100%;
    }
    
    table.contentpaneopen {
        border: none;
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    table.contenttoc {
        margin: 0 0 10px 10px;
        padding: 0;
        width: 35%;
        font-size: 92%;
    }
    
    table.contenttoc a {
        text-decoration: none;
    }
    
    table.contenttoc td {
        background: url(../images/bullet.gif) no-repeat 10px 7px;
        padding: 1px 5px 1px 20px;
    }
    
    table.contenttoc th {
        border-bottom: 1px solid #4F2F1D;
        padding: 0 0 3px;
        text-indent: 5px;
    }
    
    table.poll {
        border-collapse: collapse;
        padding: 0;
        width: 100%;
    }
    
    table.pollstableborder {
        border: none;
        padding: 0;
        text-align: left;
        width: 100%;
    }
    
    table.pollstableborder img {
        vertical-align: baseline;
    }
    
    table.pollstableborder td {
        border-collapse: collapse;
        border-spacing: 0;
        padding: 4px !important;
        background: none;
    }
    
    table.searchintro {
        padding: 10px 0;
        width: 100%;
    }
    
    table.searchintro td {
        padding: 5px!important;
    }
    
    .blog_more strong {
        display: block;
        font-size: 125%;
        margin: 0 0 5px;
        font-variant: small-caps;
        font-weight: bold;
    }
    
    .blog_more ul {
        margin: 0;
        padding: 0;
    }
    
    .blog_more ul li {
        background: url(../images/bullet.gif) no-repeat 6px 7px;
        margin: 0;
        padding: 0 0 0 17px;
    }
    
    .category {
        font-weight: bold;
    }
    
    h1.componentheading, .componentheading {
        margin: 0 0 10px;
        padding: 0 0 5px;
    }
    
    .componentheading {
        font-size: 250%;
        font-variant: small-caps;
        color: #F8B150;
    }
    
    .contentdescription {
        padding-bottom: 30px;
    }
    
    h2.contentheading, .contentheading {
        margin: 0;
        padding: 0 0 5px;
    }
    
    .contentheading {
        font-size: 200%;
    }
    
    a.contentpagetitle,
    a.contentpagetitle:hover,
    a.contentpagetitle:active,
    a.contentpagetitle:focus {
    }
    
    a.readon {
        color: #F8B150;
        display: block;
        width: 120px;
        height: 19px;
        line-height: 19px;
        clear: both;
        font-size: 92%;
        font-variant: small-caps;
        text-decoration: none;
        border: 1px solid #2E190D;
        background: url(../images/readon-bg.gif) no-repeat left top;
        text-indent: 35px;
    }
    
    a.readon:hover, a.readon:focus, a.readon:active {
        color: #DCCAC0;
    }
    
    table.contentpaneopen td, table.contentpane td {
    }
    
    table.contentpaneopen, table.contentpane, table.blog {
        width: 100%;
    }
    
    .moduletable {
        padding: 0;
    }
    
    ul.pagination {
        margin: 15px auto 0;
        padding: 0;
    }
    
    ul.pagination li {
        background: none;
        display: inline;
        margin: 0;
        padding: 0;
    }
    
    ul.pagination li span{
        padding: 2px 5px;
    }
    
    ul.pagination a {
        padding: 2px 3px;
        text-decoration: none;
    }
    
    ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
    }
    
    .pagenavbar {
        background: url(../images/icon-pages.gif) no-repeat center left;
        font-weight: bold;
        padding-left: 14px;
    }
    
    .pagenavcounter {
        background: url(../images/icon-pages.gif) no-repeat 0 11px;
        font-weight: bold;
        padding: 8px 14px 0 14px;
    }
    
    .smalldark {
        text-align: left;
    }
    
    div.syndicate div {
        text-align: center;
    }
    
    .pollstableborder tr.sectiontableentry1 td,
    .pollstableborder tr.sectiontableentry2 td {
        background: none;
    }
    
    /* META
    --------------------------------------------------------- */
    .article-toolswrap {
        display: block;
        margin: 3px -5px 10px;
        padding: 0 0 0 10px;
        background: url(../images/meta-l.gif) no-repeat top left;
        position: relative;
        color: #8A5C2B;
    }
    
    .article-tools {
        display: block;
        padding: 0 10px 0 0;
        height: 38px;
        line-height: 38px;
        background: url(../images/meta-r.gif) no-repeat top right;
    }
    
    .article-meta {
        width: 70%;
        float: left;
    }
    
    .createby {
        padding: 5px 5px 3px 20px;
        background: url(../images/icon-author.gif) no-repeat left center;
    }
    
    .createdate {
        padding: 5px 5px 3px 25px;
        background: url(../images/icon-date.gif) no-repeat left center;    
    }
    
    .modifydate {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        color: #8A5C2B;
    }
    
    div.buttonheading {
        position: absolute;
        top: 12px;
        right: 30px;
    }
    
    .buttonheading img {
        margin: 0 0 0 5px;
        border: 0;
        float: right;
    }
    
    /* MAIN LAYOUT DIVS
    --------------------------------------------------------- */
    #ja-wrapper {
    }
    
    #ja-header,
    #ja-mainnav,
    #ja-container,
    #ja-topsl,
    #ja-botsl,
    #ja-footer {
        width: 950px;
        margin: 0 auto;
        clear: both;
    }
    
    .narrow #ja-header,
    .narrow #ja-mainnav,
    .narrow #ja-container,
    .narrow #ja-topsl,
    .narrow #ja-botsl,
    .narrow #ja-footer {
        width: 750px;
    }
    
    #ja-container {
        background: url(../images/content-bg.png) repeat-y center;
    }
    
    .narrow #ja-container {
        background: url(../images/content-bg-n.png) repeat-y center;
    }
    
    #ja-container-inner {
        padding: 10px 6px 0;
        position: relative;
    }
    
    /* PRIMARY COLUMN
    --------------------------------------------------------- */
    #ja-content {
        clear: both;
        display: block;
        float: left;
        width: 54.9%;
    }
    
    #ja-current-content {
        padding: 10px 20px;
    }
    
    /* COLUMNS
    --------------------------------------------------------- */
    #ja-colwrap {
        float: right;
        overflow: hidden;
        width: 45%;
        background: url(../images/dot.gif) repeat-y center;
        margin: 20px 0;
    }
    
    /*columns*/
    #ja-col1 {
        float: left;
        width: 49.9%;
        overflow: hidden;
    }
    
    #ja-col2 {
        float: right;
        width: 49.9%;
        overflow: hidden;
    }
    
    #ja-col1 div.ja-innerpad,
    #ja-col2 div.ja-innerpad {
        padding: 0 20px;
    }
    
    /*common style for column*/
    #ja-colwrap table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    #ja-colwrap .article_separator {
        display: none;
    }
    
    #ja-colwrap ul {
        list-style: none;
    }
    
    /* COLLAPSIBLE LAYOUT
    --------------------------------------------------------- */
    #ja-containerwrap,
    #ja-containerwrap-f,
    #ja-containerwrap-c {
        clear: both;
        background: url(../images/container-bg.gif);
    }
    
    /* full */
    #ja-containerwrap-f #ja-container  {
        background: url(../images/content-f-bg.png) repeat-y center top;
    }
    
    .narrow #ja-containerwrap-f #ja-container  {
        background: url(../images/content-f-bg-n.png) repeat-y center top;
    }
    
    #ja-containerwrap-f #ja-content {
        width: 100%;
    }
    
    /* content + 1 col */
    #ja-containerwrap-c #ja-container  {
        background: url(../images/content-c-bg.png) repeat-y center top;
    }
    
    .narrow #ja-containerwrap-c #ja-container  {
        background: url(../images/content-c-bg-n.png) repeat-y center top;
    }
    
    #ja-containerwrap-c #ja-content {
        width: 77%;
    }
    
    #ja-containerwrap-c #ja-colwrap {
        width: 22%;
        background: none;
    }
    
    #ja-containerwrap-c #ja-col1,
    #ja-containerwrap-c #ja-col2 {
        width: 100%;
    }
    
    #ja-containerwrap-c #ja-search {
        width: 20%;
        background: none;
    }
    
    #ja-containerwrap-c #ja-search .inputbox {
        margin-left: 0;
    }
    
    .narrow #ja-containerwrap-c #ja-search .button {
        display: none;
    }
    
    .narrow #ja-containerwrap-c #ja-search .inputbox {
        margin-right: 0;
        width: 90%;
    }
    
    /* MODULE
    --------------------------------------------------------- */
    div.moduletable h3,
    div.moduletable_menu h3,
    div.moduletable_text h3,
    div.moduletable_hilite h3 {
        font-size: 150%;
        margin: 0 0 10px;
        color: #F8B150;
        font-variant: small-caps;
        background: url(../images/h3-bg.gif) no-repeat bottom right;
    }
    
    div.moduletable h3 span,
    div.moduletable_menu h3 span,
    div.moduletable_text h3 span,
    div.moduletable_hilite h3 span {
        display: block;
        padding: 2px 0 5px;
        background: url(../images/h3-bg.gif) no-repeat bottom left;
    }
    
    div.moduletable,
    div.moduletable_menu,
    div.moduletable_text,
    div.moduletable_hilite {
        margin: 0 0 20px;
        padding: 0 0 5px;
    }
    
    div.moduletable_hilite {
        background: #F8B150;
        padding: 5px 10px;
    }
    
    div.moduletable_hilite h3 {
        padding: 0 0 5px;
    }
    
    div.moduletable_hilite,
    div.moduletable_hilite h3,
    div.moduletable_hilite a {
        color: #FFFFFF;
    }
    
    /* mis */
    div.banneritem_text {
        padding: 5px 0 !important;
    }
    
    div.advs {
        clear: both;
        display: block;
        float: left;
        width: 100%;
    }
    
    div.moduletable ul,
    div.moduletable_text ul,
    div.moduletable_menu ul,
    div.moduletable_hilite ul {
        margin: 0;
        padding: 0;
    }
    
    div.moduletable li,
    div.moduletable_text li,
    div.moduletable_menu li,
    div.moduletable_hilite li {
        background: url(../images/bullet.gif) no-repeat 5px 8px;
        margin: 0;
        padding-left: 16px;
    }
    
    /* HEADER
    --------------------------------------------------------- */
    #ja-headerwrap {
        height: 386px;
        background: url(../images/header-bg.gif) repeat-x;
        position: relative;
        z-index: 99;
    }
    
    #ja-header {
        height: 340px;
        line-height: normal;
        position: relative;
    }
    
    h1.logo {
        margin: 0;
        padding: 0;
        font-size: 300%;
        position: absolute;
        top: 0;
        left: -90px;
    }
    
    h1.logo a {
        display: block;
        background: url(../images/logo.png) no-repeat;
        width: 488px;
        height: 224px;
        text-indent: -5000px;
    }
    
    #ja-login {
        position: absolute;
        top: 80px;
        right: 5px;
    }
    
    #ja-login .inputbox {
        width: 150px;
        padding: 2px;
    }
    
    .narrow #ja-login .inputbox {
        width: 100px;
        padding: 2px;
    }
    
    #ja-login span {
        color: #F8B150;
        font-variant: small-caps;
        padding: 0 5px;
    }
    
    #ja-login a {
    
    }
    
    /* MAIN NAVIGATION
    --------------------------------------------------------- */
    #ja-mainnavwrapmask {
        background: url(../images/mainnav-bg.png);
        height: 46px;
        position: absolute;
        bottom: 0;
        z-index: 9;
        width: 100%;
    }
    
    #ja-mainnavwrap {
        height: 46px;
        position: relative;
        z-index: 99;
    }
    
    #ja-mainnav {
        height: 46px;
        font-family: Georgia, "Times New Roman", Times, serif;
    }
    
    #ja-mainnav a, #ja-subnav a {
        outline: none;
    }
    
    #ja-topnavwrap {
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/topnav-l.gif) no-repeat left top;
        height: 46px;
        float: left;
    }
    
    #ja-topnav {
        height: 46px;
        background: url(../images/topnav-r.gif) no-repeat right top;
        padding: 0 25px 0 0;
        float: left;
    }
    
    #ja-topnav ul {
        padding: 0;
        margin: 0;
    }
    
    #ja-topnav li {
        display: inline;
        background: url(../images/bullet.gif) no-repeat 12px center;
    }
    
    #ja-topnav li a {
        display: inline;
        font-variant: small-caps;
        line-height: 36px;
    }
    
    /* breadcrumbs */
    #ja-pathway {
        color: #F8B150;
        padding: 10px 0;
        border-top: 1px solid #4F2F1D;
        border-bottom: 1px solid #4F2F1D;
        font-variant: small-caps;
        background: url(../images/pathway-bg.png) repeat-x top;
        text-indent: 20px;
    }
    
    #ja-pathway a {
        text-decoration: none;
    }
    
    #ja-pathway a:hover {
        text-decoration: underline;
    }
    
    #ja-pathway img {
        margin: 1px 5px;
    }
    
    /* Default Joomla! Menu */
    ul.menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    ul.menu li {
        margin: 0;
        padding: 1px 0;
        background: url(../images/hline.gif) repeat-x left bottom;
    }
    
    ul.menu li a {
        display: block;
        outline: none;
        padding: 5px 2px;
        text-decoration: none;
        color: #DCCAC0;
    }
    
    ul.menu li a:hover,
    ul.menu li a:active,
    ul.menu li a:focus {
        color: #F8B150;
        text-decoration: none;
    }
    
    ul.menu li.active a {
        font-weight: bold;
        color: #F8B150;
    }
    
    ul.menu li ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    ul.menu li li {
        background: none;
    }
    
    ul.menu li li a {
        background: url(../images/arrow.png) no-repeat 9px 12px !important;
        border: none;
        font-weight: normal !important;
        padding-left: 20px !important;
        width: 75%; /*need for ie6*/
    }
    
    ul.menu li li li a {
        background: url(../images/arrow.png) no-repeat 18px 11px !important;
        padding-left: 30px !important;
    }
    
    ul.menu li li a:hover,
    ul.menu li li a:active,
    ul.menu li li a:focus {
        background: none;
    }
    
    /* SPOTLIGHT
    --------------------------------------------------------- */
    /* Spotlight Box Style */
    .ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
        float: left;
        overflow: hidden;
        padding: 20px 0;
    }
    
    .ja-box-right, .ja-box-center {
    }
    
    /* Top spotlight */
    #ja-topslwrap {
        position: absolute;
        bottom: 3px;
        left: 0;
        width: 100%;
        height: 244px;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    
    #ja-topsl {
        overflow: hidden;
        position: relative;
        height: 244px;
    }
    
    #ja-topsl div.moduletable {
        padding: 0;
        margin: 10px 0 0 10px;
        width: 50%;
        font-size: 120%;
        color: #8A5C2B;
    }
    
    #ja-topsl .contentheading {
        font-size: 250%;
        font-variant: small-caps;
        color: #F8B150;
        padding: 80px 0 5px 0;
    }
    
    #ja-topsl div.moduletable img {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    /* Bot spotlight*/
    #ja-botslwrap {
        background: url(../images/botslwrap-bg.gif);
    }
    
    #ja-botsl {
        background: url(../images/botsl-bg.png) no-repeat top center;
    }
    
    .narrow #ja-botsl {
        background: url(../images/botsl-bg-n.png) no-repeat top center;
    }
    
    #ja-botsl div.moduletable {
        padding: 0 20px;
        margin: 0;
    }
    
    #ja-botsl div.moduletable h3 {
        background: url(../images/h3-botsl.gif) no-repeat right bottom;
    }
    
    #ja-botsl div.ja-box-left div.moduletable {
        padding-left: 20px;
    }
    
    #ja-botsl div.ja-box-right div.moduletable {
        padding-right: 20px;
    }
    
    /* FOOTER
    --------------------------------------------------------- */
    #ja-footerwrap {
        padding: 0;
        border-top: 1px solid #55452E;
    }
    
    #ja-footer {
        padding: 20px 0;
        position: relative;
        text-align: center;
    }
    
    #ja-footer small {
        color: #8A5C2B;
        font-size: 100%;
        padding: 0 5px;
    }
    
    li.ja-firstitem {
        background: none !important;
    }
    
    /* MISCELLANOUS
    ----------------------------------------------------------- */
    ul.accessibility {
        position: absolute;
        top: -100%;
    }
    
    /* Search */
    #ja-search {
        float: right;
        margin-top: -48px;
        width: 44%;
        height: 65px;
        background: url(../images/icon-search.png) no-repeat left top;
    }
    
    #ja-search .inputbox {
        margin: 18px 10px 0 70px;
        width: 52%;
        padding: 3px;
    }
    
    .narrow #ja-search .inputbox {
        width: 50%;
    }
    
    /*others*/
    .mostread, .latestnews {
    }
    
    #ja-banner {
        margin: 20px 0 0;
        text-align: center;
        overflow: hidden;
        width: 100%;
    }
    
    div.back_button a,
    div.back_button a:hover,
    div.back_button a:active {
        background: none!important;
        display: block;
        margin: 10px 0;
        text-decoration: none!important;
    }
    
    .clr {
        clear: both;
    }
    
    .hasTip img {
        border: none;
        margin: 10px 5px 0 0;
    }
    
    div.ja-innerdiv {
        padding: 8px 0;
        background: url(../images/hline.gif) repeat-x bottom;
    }
    
    div.ja-innerdiv img {
        padding: 2px;
        margin: 0 5px 0 0;
    }
    
    div.ja-innerdiv span.date {
        font-size: 80%;
        font-weight: bold;
    }
    
    div.ja-innerdiv img {
        padding: 2px;
        border: 1px solid #4F2F1D;
    }
    
    /* Tooltips */
    .tool-tip {
        background: #FFFFFF;
        border: 1px solid #666666;
        float: left;
        max-width: 200px;
        padding: 5px;
    }
    
    .tool-title {
        background: url(../../system/images/selector-arrow.png) no-repeat;
        font-size: 100%;
        font-weight: bold;
        margin: 0;
        margin-top: -15px;
        padding: 0;
        padding-bottom: 5px;
        padding-top: 15px;
    }
    
    .tool-text {
        font-size: 100%;
        margin: 0;
    }
    
    #system-message dd.message ul,
    #system-message dd.error ul,
    #system-message dd.notice ul {
        margin: 0;
        padding: 0;
    }
    
    #system-message dd.message ul li,
    #system-message dd.error ul li,
    #system-message dd.notice ul li {
        background: none;
        color: #FFFFFF;
        margin: 0;
        padding: 5px;
    }
    
    /* System Standard Messages */
    #system-message dd.message ul {
        background: #666666;
        border: none;
    }
    
    /* System Error Messages */
    #system-message dd.error ul {
        background: #666666;
        border: none;
    }
    
    /* System Notice Messages */
    #system-message dd.notice ul {
        background: #666666;
        border: none;
    }
    
    /* Clearfix */
    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }
    
    * html > body .clearfix {
        display: block;
        width: 100%;
    }
    
    * html .clearfix {
        height: 1%;
    }
  • 13-10-2010, 15:48:09
    #15
    Kimlik doğrulama veya yönetimden onay bekliyor.
    verdiginiz css de header baslik altinda ama temayi görmem gerekiyor, yani menulerin yazili oldugu yerin arka fon resminin ismi nedir? yerini bulmak icin bir ipucu lazim.
  • 13-10-2010, 16:58:40
    #16
    penalty adlı üyeden alıntı: mesajı görüntüle
    verdiginiz css de header baslik altinda ama temayi görmem gerekiyor, yani menulerin yazili oldugu yerin arka fon resminin ismi nedir? yerini bulmak icin bir ipucu lazim.
    images/mainnav-sep.gif
  • 13-10-2010, 17:25:28
    #17
    headerdaki menü ile alakalı olan yerdeki css i ve o kısmı kasayan html i kastetmiştim ben, tüm css i vermişsin.

    IE, Windowsun kendisinde olan "ClearType" diye bir font efeği ekler fontlara daha iyi görünmesini sağlar ve keskinlik görünümünü de değiştirir. kullandığın font u iki browser farklı efect vermiş bu da genişliği oynatmış gibi görünüyor. aynı olayı başka standart bir fontla deneyip iki browserda fark var mı diye kontrol edermisin? (not: tek font yaz mesela font-family: Arial)
  • 13-10-2010, 17:30:04
    #18
    justices;sanırım demek istediğin şu font-family: Georgia, "Times New Roman", Times, serif; yazılmış ben sana tüm menuyle alakalı kodları vereyim..

    /* MAIN NAVIGATION
    --------------------------------------------------------- */
    #ja-mainnavwrapmask {
        background: url(../images/mainnav-bg.png);
        height: 46px;
        position: absolute;
        bottom: 0;
        z-index: 9;
        width: 100%;
    }
    
    #ja-mainnavwrap {
        height: 46px;
        position: relative;
        z-index: 99;
    }
    
    #ja-mainnav {
        height: 46px;
        font-family: Georgia, "Times New Roman", Times, serif;
    }
    
    #ja-mainnav a, #ja-subnav a {
        outline: none;
    }
    
    #ja-topnavwrap {
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/topnav-l.gif) no-repeat left top;
        height: 46px;
        float: left;
    }
    
    #ja-topnav {
        height: 46px;
        background: url(../images/topnav-r.gif) no-repeat right top;
        padding: 0 25px 0 0;
        float: left;
    }
    
    #ja-topnav ul {
        padding: 0;
        margin: 0;
    }
    
    #ja-topnav li {
        display: inline;
        background: url(../images/bullet.gif) no-repeat 12px center;
    }
    
    #ja-topnav li a {
        display: inline;
        font-variant: small-caps;
        line-height: 36px;
    }