search
HomeWeb Front-endHTML TutorialPlease ask the front-end master to take a look. My table tab has no effect in IE and the style is messed up. It works fine in other browsers, but I can't figure out the reason. _html/css_WEB-ITnose

Google
IE

<!----------------------------二手设备->出售信息------------------->                                    <div class="box" style="margin-top:40px;">						    			    <div id="tab" style="width:400px;">					<div class="shebei">					<div class="sb">二手设备</div>					<ul class="tab_menu" style="margin-left:95px;width:400px;">				    	<li class="F E">出售信息</li>				    	<li class="E selected">泵车</li>				        <li class="E">搅拌车</li>				        <li class>其他</li>				    </ul>				    </div>				    <div class="tab_box">				    	<div>				    					    	</div>				    					    	<div>				    	<volist name="handbengche" id="vo">				    	<a href="__URL__/selldetails?id={$vo[id]}"><p>[{$vo[oripurdate]}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.productlocated}]</span></p><br></a>							            </volist>				    	</div>				        <div class="hide">				        <volist name="handjiaobanche" id="vo">				        <a href="__URL__/selldetails?id={$vo[id]}"><p>[{$vo[oripurdate]}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.productlocated}]</span></p><br></a>				         </volist>				        </div>				        <div class="hide">				        <volist name="handqita" id="vo">				        <a href="__URL__/selldetails?id={$vo[id]}"><p>[{$vo[oripurdate]}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.productlocated}]</span></p><br></a>				        </volist>				        </div>				    </div>				</div>			    												<!----------------------------二手设备->求购信息------------------->				<div id="tab" style="margin-top:20px;margin-left: 430px;width:400px;">				    <div class="shebei">				   					<ul class="tab_menu" style="margin-left:20px;margin-top:-20px;width:400px;">				    	<li class="F E">求购信息</li>				    	<li class="E selected">拖泵</li>				    	<li class="E">泵车</li>				        <li class="E">搅拌车</li>				        <li>其他</li>				    </ul>				    </div>				    <div class="tab_box">				    	<div></div>				    	<div></div>				    				    					    	<div>				    	<volist name="handqiubengche" id="vo">				    	<a href="__URL__/rentinfo?id={$vo.id}"><p>[{$vo[publishtime]|date="Y-m-d",###}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.location}]</span></p><br></a>							            </volist>				    	</div>				        <div class="hide">				        <volist name="handqiujiaobanche" id="vo">				        <a href="__URL__/rentinfo?id={$vo.id}"><p>[{$vo[publishtime]|date="Y-m-d",###}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.location}]</span></p><br></a>				         </volist>				        </div>				        <div class="hide">				        <volist name="handqiuqita" id="vo">				        <a href="__URL__/rentinfo?id={$vo.id}"><p>[{$vo[publishtime]|date="Y-m-d",###}]<span style="margin-left:60px;">{$vo[name]}</span><span style="float:right;">[{$vo.location}]</span></p><br></a>				        </volist>				        </div>				    </div>				</div>	      				      					<!---------------------------------------二手车估价计算器-------------------------------->								<div class="quick_search">						<div class="search1">							    二手车估价计算器						</div>						<div class="gujia">							<p style="color:#646464;font-size: 14px; margin-top: 20px;margin-left: 10px;">二手车车价评估</p>							<input value="  选择品牌和车型" class="i1">							<input value="  车辆入手时间" class="i1">							<input value="估一下" class="i2" type="button">						</div>					</div>								   </div>


Reply to discussion (solution)

Change id=tab to class=tab, Margin-left:430px is not recommended; you can change the style of class=tab to float:left; and then clear the float

id=tab and change it to class=tab. Margin-left:430px is not recommended; You can change the style of class=tab to float:left; then clear the floating

and change it to float:left. Why is the style still messy? The js effect is available

It feels like there is no fixed width

I suggest you try fixing the width and height of the lower block without wrapping the text.

I suggest you try Try to fix the width and height of the lower block so that the text does not wrap.

The width has been given, but why is the place name still missing?

When designing the box, consider compatibility.

Second-hand equipment

                                          
  • For Sale

  •                                                                                                             E" > Mixer truck ul and li are floating elements, which means that once the inner layer exceeds the container, unpredictable situations will occur.
    Therefore: You can set the width of ul to be larger than the outer div (that is, your class=shebei), and the div with class=shebei needs to be set: overflow:hidden


    You can directly put the URL Send it here, let me use firebug to help you adjust it! I feel dizzy when I see a lot of code and I don’t like reading it!
    Statement
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    What is the root tag in an HTML document?What is the root tag in an HTML document?Apr 29, 2025 am 12:10 AM

    TheroottaginanHTMLdocumentis.Itservesasthetop-levelelementthatencapsulatesallothercontent,ensuringproperdocumentstructureandbrowserparsing.

    Are the HTML tags and elements the same thing?Are the HTML tags and elements the same thing?Apr 28, 2025 pm 05:44 PM

    The article explains that HTML tags are syntax markers used to define elements, while elements are complete units including tags and content. They work together to structure webpages.Character count: 159

    What is the significance of <head> and <body> tag in HTML?What is the significance of <head> and <body> tag in HTML?Apr 28, 2025 pm 05:43 PM

    The article discusses the roles of <head> and <body> tags in HTML, their impact on user experience, and SEO implications. Proper structuring enhances website functionality and search engine optimization.

    What is the difference between <strong>, <b> tags and <em>, <i> tags?What is the difference between <strong>, <b> tags and <em>, <i> tags?Apr 28, 2025 pm 05:42 PM

    The article discusses the differences between HTML tags , , , and , focusing on their semantic vs. presentational uses and their impact on SEO and accessibility.

    Please explain how to indicate the character set being used by a document in HTML?Please explain how to indicate the character set being used by a document in HTML?Apr 28, 2025 pm 05:41 PM

    Article discusses specifying character encoding in HTML, focusing on UTF-8. Main issue: ensuring correct display of text, preventing garbled characters, and enhancing SEO and accessibility.

    What are the various formatting tags in HTML?What are the various formatting tags in HTML?Apr 28, 2025 pm 05:39 PM

    The article discusses various HTML formatting tags used for structuring and styling web content, emphasizing their effects on text appearance and the importance of semantic tags for accessibility and SEO.

    What is the difference between the 'id' attribute and the 'class' attribute of HTML elements?What is the difference between the 'id' attribute and the 'class' attribute of HTML elements?Apr 28, 2025 pm 05:39 PM

    The article discusses the differences between HTML's 'id' and 'class' attributes, focusing on their uniqueness, purpose, CSS syntax, and specificity. It explains how their use impacts webpage styling and functionality, and provides best practices for

    What is the 'class' attribute in HTML?What is the 'class' attribute in HTML?Apr 28, 2025 pm 05:37 PM

    The article explains the HTML 'class' attribute's role in grouping elements for styling and JavaScript manipulation, contrasting it with the unique 'id' attribute.

    See all articles

    Hot AI Tools

    Undresser.AI Undress

    Undresser.AI Undress

    AI-powered app for creating realistic nude photos

    AI Clothes Remover

    AI Clothes Remover

    Online AI tool for removing clothes from photos.

    Undress AI Tool

    Undress AI Tool

    Undress images for free

    Clothoff.io

    Clothoff.io

    AI clothes remover

    Video Face Swap

    Video Face Swap

    Swap faces in any video effortlessly with our completely free AI face swap tool!

    Hot Tools

    Zend Studio 13.0.1

    Zend Studio 13.0.1

    Powerful PHP integrated development environment

    WebStorm Mac version

    WebStorm Mac version

    Useful JavaScript development tools

    SAP NetWeaver Server Adapter for Eclipse

    SAP NetWeaver Server Adapter for Eclipse

    Integrate Eclipse with SAP NetWeaver application server.

    Safe Exam Browser

    Safe Exam Browser

    Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

    mPDF

    mPDF

    mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),