浮雕效果是怎么实现的_html/css_WEB-ITnose
怎么实现的
请这的浮雕效果是怎么实现的
回复讨论(解决方案)
css box-shadow: http://www.wufangbo.com/css3-box-shadow/
.box{ box-shadow:1px 1px 5px #999;}写这样子的样式就行了
.box{ box-shadow:1px 1px 5px #999;}写这样子的样式就行了
您好,非常感谢您的回答。
但是还是有一点问题:1.在IE下不显示(我上的网站在IE下是显示的http://www.aol.com/)。2.左右不一样(可能我没弄明白怎么用).
css box-shadow: http://www.wufangbo.com/css3-box-shadow/
您好,非常感谢您的回答。
但是还是有一点问题:1.在IE下不显示(我上的网站在IE下是显示的http://www.aol.com/)。2.左右不一样(可能我没弄明白怎么用).
1.在IE下不显示(我上的网站在IE下是显示的http://www.aol.com/)
re:
不显示阴影?
我在IE下下一个 ie-css3.htc
1.在IE下不显示(我上的网站在IE下是显示的http://www.aol.com/)
re:
不显示阴影?
这个参数是怎么回事,不知道应该添什么值、
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style type="text/css">body{margin:0;padding:0;}#sitepage{margin:0 auto;width:90%;height:700px;-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);}</style></head><body><div id="sitepage"></div></body></html>
box-shadow这个属性在ie的6-8版本中都不被支持,ie9中好像才有效 你去查看css的帮助文档吧

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...
