Taiowas Posted January 25, 2014 Share Posted January 25, 2014 (edited) Hallo Forum! Ich brauche mal wieder eure Hilfe.Ich würde gerne ein bild in jeden Titel block sowie im Top Menü vor jeden Menü punkt ein png bild einfügen.Für dei Titel Blocks habe ich versucht in der global.css das bild einzufügen aber das geht leider nicht wie ich gedacht habe.Jetzt weiss ich leider nicht wie ich das sonnst machen soll.Anbei der betreffende Code von der global.css. /* BLOCK .block ******************************************************************************** */ .block {margin-bottom:20px} #footer .block {margin-bottom:0} .block .title_block, .block h4{ padding:6px 11px; font-size:12px; color:#fff; text-shadow:0 1px 0 #000; text-transform:uppercase; background:#460303; background: url('../img/Hufeisen.png'); font-weight: bold; moz-border-top-right-radius: 20px; -moz-border-top-left-radius: 20px; -moz-border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; } .block .title_block a, .block h4 a {color:#fff} .block ul {list-style-type:none} .block li.last { border:none} .block li a { display:block; color:#333 Es handelt sich hier um das Hufeisen.png bild. Das selbe Problem habe ich wenn ich das bild versuche in das Top Menu einzufügen. Hier der betreffende Code vom blocktopmenu/css/superfish-modified.css /*** ESSENTIAL STYLES ***/ .sf-contener { clear: both; } .sf-right { margin-right: 14px; float: right; width: 7px; } .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; } .sf-menu { margin: 10px 0; padding:0; width:980px;/* 980 */ moz-border-top-right-radius: 20px; -moz-border-top-left-radius: 20px; -moz-border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; background: #460303; background: url('../img/Hufeisen.png'); } Hier handelt es sich auch um das Hufeisen.png bild. Das Problem ist das die leisten weg sind und nur Fragezeichen erscheinen. Anbei ein bild wie ich mir das vorstelle. Meine PS Version ist 1.5.6.1 Hoffe Ihr könnt mir Helfen. Edited January 25, 2014 by Taiowas (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now