The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How can I resize my banner with CSS??

3 posters

Go down

How can I resize my banner with CSS?? Empty How can I resize my banner with CSS??

Post by SYKO October 25th 2009, 9:22 am

Can I Change my Banner size(dimension) with CSS or something.
Please someone answer me...
avatar
SYKO
Forumember

Male Posts : 111
Reputation : 0
Language : English, CSS 3, JQuery, PHP
Location : in side the CODEs

http://www.myanmaritresource.info

Back to top Go down

How can I resize my banner with CSS?? Empty Re: How can I resize my banner with CSS??

Post by Master Marc October 25th 2009, 4:01 pm

Hello,

If your using one banner as your logo, why don't you just use an image software device to re-size your image?

Or, you can use this css code and re-size every image on your forum, Wink

Code:
img {
border: 0px;
text-decoration: none;
max-width: 100px;
max-height: 100px;
}

Modify the code for the size you would like for your images, How can I resize my banner with CSS?? Redface
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

How can I resize my banner with CSS?? Empty Re: How can I resize my banner with CSS??

Post by *Henry [forumieren.com] October 29th 2009, 11:11 am

Logo fixed size with CSS:

#logo img {
width: ***px /*- put your size in px here -*/
}

Logo max size with CSS:

#logo img {
max-width: ***px /*- put your size in px here -*/
}
*Henry [forumieren.com]
*Henry [forumieren.com]
New Member

Male Posts : 2
Reputation : 0
Language : french, german, english
Location : France and Germany

http://topp-henry.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum