Solve the style problem under ie7_html/css_WEB-ITnose
<div class="tech_list all red"> <ul> <li><a href="#">四川死亡人数升至30人 云南近60万人受灾[图] </a><span class="news_list_time">[2009-05-20]</span></li> <li><a href="#">抗震救灾:云南拨3000万 两部委拨2700万救灾[图] </a><span class="news_list_time">[2009-05-20]</span></li> <li><a href="#">红十字会调运近50万元救灾物资[图</a><span class="news_list_time">[2009-05-20]</span></li> <li><a href="#">民政部调拨帐篷 壹基金捐助首批救灾物资启运攀枝[图]</a><span class="news_list_time">[2009-05-20]</span></li> <li><a href="#">急需物品:救灾帐篷棉被短缺 急需大量板房[图]</a><span class="news_list_time">[2009-05-20]</span></li> <li><a href="#">攀枝花地震灾区急需帐篷板房棉被食品[图]</a><span class="news_list_time">[2009-05-20]</span></li> </ul> </div>
.tech_list{ float:left; width:482px;}.news_list_time{ float:right; margin-right:10px; margin-top:0px;}.all ul{ list-style-type:square; font-size:12px; margin-left:20px; clear:both;}.all li{ margin-top:10px; margin-bottom:5px;}
How to make it appear like ie8 or higher browser under ie7, as shown in the figure:
Reply to discussion (solution)
span> Just put it in front of
Search the Internet for browser compatibility issues
*margin-top:-15px; I just thought of this method for the time being. . .
I think this method is great, thank you very much.
Just put it in front of
I think this method is great, thank you very much.
Quoting 1st floor’s reply:
put Just go in front of a>
Please explain. . Why is this successful? .
Also a little confused

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...
