Jump to content
  • 0

Рамка банера


people2010
 Share

Question

Рамка не облегает картинку, а растягивается по длине, не получается делать так, чтоб она облегала чисто картинку.

Вот исходник style.css

#baner{border-color:orange; text-align:center; border-style:ridge;
border-width:15px; }

HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<head><title>Банер</title>
<link rel="stylesheet" type="text/css" href="style.css">

</head>
<div id="baner"><img src="baner.jpg" alt="Фото "></div>
<body>
</body>
</HTML>

Вот результат фото нижу.

http://slim.filesurf.ru/20100320/00000010/...ip_image002.jpg

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<HTML>

<head><title>Банер</title>

<link rel="stylesheet" type="text/css" href="style1237.css">

</head>

<body>

<img id="baner" src="baner.jpg" alt="Фото ХАИ">

</body>

Файл css

#baner{border-color:orange; text-align:center; border-style:ridge;

border-width:15px; text-align:center; }

Но рамка не стоит по центру, хотя у меня и прописанно в фалйе style.css —-> text-align:center;

Edited by people2010
Link to comment
Share on other sites

  • 0

CSS

.center{text-align:center;}
#baner{border-color:orange; border-style:ridge; border-width:15px;

HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<head><title>Банер</title></head>
<body>
<div class="center"><img id="baner" src="baner.gif" alt="Фото ХАИ"></div>
</body>
</HTML>

Не работает вообще. Только кратинка загружается и всё.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy