Seite 2 von 5

Verfasst: 26.10.2008 22:53
von 4seven
gibt leider keine dynamischen bilder. das einzige, was du machen kannst ist

Code: Alles auswählen

width: 100%
allerdings wird das bild dann nur gestreckt, die höhe bleibt gleich.

mit

Code: Alles auswählen

height: auto; width: 100%
ist es echt dynamisch, allerdings wird das bild mit steigender breite dann auch höher, so wie es im grunde auch sein soll.

Verfasst: 26.10.2008 23:00
von empire
und wo soll ich den code einfügen ?

Verfasst: 26.10.2008 23:42
von 4seven
in der css-datei, in der das header-logo eingetragen ist,
die css müsste im ordner theme liegen.

Verfasst: 26.10.2008 23:59
von empire
und wo da genau ?

ich hab da mehrere width: 100%

Verfasst: 27.10.2008 00:17
von 4seven
weiß ich nicht, da ich mein header-logo immer anders einbinde :-?

Verfasst: 27.10.2008 00:44
von HJW
Hallo versuch mal

Code: Alles auswählen

<div style="text-align: center;">
   <a href="{U_INDEX}" title="{L_INDEX}">{SITE_LOGO_IMG} width="100%" height="auto"</a>
   <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
</div>
in der

Code: Alles auswählen

styles/prosilver/imageset/imageset.cfg
muß du noch die Größenangaben hinter site_logo.gif entfernen.

M.E. kann aber der Intenet Explorer mit %-Angaben bei Bildern nichts anfangen, der Firefox schon.

Gtuß
Hermann Joseph

Verfasst: 27.10.2008 00:47
von 4seven
nichts anfangen
mit width schon, nur mit height nichts (betr. ie)
deswegen > auto :wink:

siehe hier
http://sekuro.se.funpic.de/phpbb3/viewt ... f=14&t=159

Code: Alles auswählen

width: 20%; height: auto
multi-browser-kompatibel .. und sogar xhtml 1.0 strict :D

Verfasst: 27.10.2008 01:33
von empire

Code: Alles auswählen

<div style="text-align: center;"> 
   <a href="{U_INDEX}" title="{L_INDEX}">{SITE_LOGO_IMG} width="100%" height="auto"</a> 
   <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p> 
</div>
gibt es bei mir nicht oder soll ich es neu reinmachen ?

Verfasst: 27.10.2008 01:34
von 4seven

was gibt es nicht? den kompletten block?
ansonsten jup. haus rein :wink:

danach alle foren-caches leeren..

Verfasst: 27.10.2008 01:39
von empire
sobald ich es abspeicher und dan wider öfne ist es weg ?

Code: Alles auswählen

#
# phpBB Imageset Configuration File
#
# @package phpBB3
# @copyright (c) 2006 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 
#
#
# At the left is the name, please do not change this
# At the right the value is entered
# For on/off options the valid values are on, off, 1, 0, true and false
#
# Values get trimmed, if you want to add a space in front or at the end of
# the value, then enclose the value with single or double quotes. 
# Single and double quotes do not need to be escaped.
#
# 

# General Information about this style
name = prosilver
copyright = &copy; phpBB Group, 2007
version = 3.0.2

# Images
img_site_logo = site_logo.gif*52*139
img_poll_left = 
img_poll_center = 
img_poll_right = 
img_icon_friend = 
img_icon_foe = 

img_forum_link = forum_link.gif*27*27
img_forum_read = forum_read.gif*27*27
img_forum_read_locked = forum_read_locked.gif*27*27
img_forum_read_subforum = forum_read_subforum.gif*27*27
img_forum_unread = forum_unread.gif*27*27
img_forum_unread_locked = forum_unread_locked.gif*27*27
img_forum_unread_subforum = forum_unread_subforum.gif*27*27

img_topic_moved = topic_moved.gif*27*27

img_topic_read = topic_read.gif*27*27
img_topic_read_mine = topic_read_mine.gif*27*27
img_topic_read_hot = topic_read_hot.gif*27*27
img_topic_read_hot_mine = topic_read_hot_mine.gif*27*27
img_topic_read_locked = topic_read_locked.gif*27*27
img_topic_read_locked_mine = topic_read_locked_mine.gif*27*27

img_topic_unread = topic_unread.gif*27*27
img_topic_unread_mine = topic_unread_mine.gif*27*27
img_topic_unread_hot = topic_unread_hot.gif*27*27
img_topic_unread_hot_mine = topic_unread_hot_mine.gif*27*27
img_topic_unread_locked = topic_unread_locked.gif*27*27
img_topic_unread_locked_mine = topic_unread_locked_mine.gif*27*27

img_sticky_read = sticky_read.gif*27*27
img_sticky_read_mine = sticky_read_mine.gif*27*27
img_sticky_read_locked = sticky_read_locked.gif*27*27
img_sticky_read_locked_mine = sticky_read_locked_mine.gif*27*27
img_sticky_unread = sticky_unread.gif*27*27
img_sticky_unread_mine = sticky_unread_mine.gif*27*27
img_sticky_unread_locked = sticky_unread_locked.gif*27*27
img_sticky_unread_locked_mine = sticky_unread_locked_mine.gif*27*27

img_announce_read = announce_read.gif*27*27
img_announce_read_mine = announce_read_mine.gif*27*27
img_announce_read_locked = announce_read_locked.gif*27*27
img_announce_read_locked_mine = announce_read_locked_mine.gif*27*27
img_announce_unread = announce_unread.gif*27*27
img_announce_unread_mine = announce_unread_mine.gif*27*27
img_announce_unread_locked = announce_unread_locked.gif*27*27
img_announce_unread_locked_mine = announce_unread_locked_mine.gif*27*27

img_global_read = announce_read.gif*27*27
img_global_read_mine = announce_read_mine.gif*27*27
img_global_read_locked = announce_read_locked.gif*27*27
img_global_read_locked_mine = announce_read_locked_mine.gif*27*27
img_global_unread = announce_unread.gif*27*27
img_global_unread_mine = announce_unread_mine.gif*27*27
img_global_unread_locked = announce_unread_locked.gif*27*27
img_global_unread_locked_mine = announce_unread_locked_mine.gif*27*27

img_subforum_read = subforum_read.gif*9*11
img_subforum_unread = subforum_unread.gif*9*11

img_pm_read = topic_read.gif*27*27
img_pm_unread = topic_unread.gif*27*27

img_icon_back_top = icon_back_top.gif*11*11

img_icon_contact_aim = icon_contact_aim.gif*20*20
img_icon_contact_email = icon_contact_email.gif*20*20
img_icon_contact_icq = icon_contact_icq.gif*20*20
img_icon_contact_jabber = icon_contact_jabber.gif*20*20
img_icon_contact_msnm = icon_contact_msnm.gif*20*20

img_icon_contact_www = icon_contact_www.gif*20*20
img_icon_contact_yahoo = icon_contact_yahoo.gif*20*20

img_icon_post_delete = icon_post_delete.gif*20*20

img_icon_post_info = icon_post_info.gif*20*20

img_icon_post_report = icon_post_report.gif*20*20
img_icon_post_target = icon_post_target.gif*9*11
img_icon_post_target_unread = icon_post_target_unread.gif*9*11

img_icon_topic_attach = icon_topic_attach.gif*10*7
img_icon_topic_latest = icon_topic_latest.gif*9*11
img_icon_topic_newest = icon_topic_newest.gif*9*11
img_icon_topic_reported = icon_topic_reported.gif*14*16
img_icon_topic_unapproved = icon_topic_unapproved.gif*14*16

img_icon_user_profile = 

img_icon_user_warn = icon_user_warn.gif*20*20