search
HomeWeb Front-endHTML TutorialThe suspected unsolvable problem of div layout_html/css_WEB-ITnose

之前在这个帖子里http://topic.csdn.net/u/20120520/15/3a043360-9b82-4727-b891-f3f8fff57af0.html问过一个div界面布局,得到了Internetleyan小妹的大力帮助,十分感激。但是后来发现那个布局还是为float的做法有机可乘,而实际应用中我们常常要应对一些乱七八糟的布局,不见得都会为float做法留下空隙,比如下面这个布局,我就暂时想不到有什么做法可以布局出来


当然这里还是得强调2个条件,
1.就是不要任何table,纯粹用div组合来实现
2.不得不声明的是,不可以用绝对定位
如果用aobsolute,left,top就不用了,内部的div布局需要使用相对定位
margin-left margin-top float之类的
绝对定位实在太缺乏可复用价值了

求教各位大大,看看有没有什么好招。也请Internetleyan小妹再出良策^_^


回复讨论(解决方案)

先分成左中右三部分。然后再逐步排列。
你用百分比还是像素?
下面是一个960像素的布局。
示例 http://jsfiddle.net/qaWrw/show/
代码 http://jsfiddle.net/qaWrw/

谢谢楼上的大力帮助,非常感激的。是我没说清楚,如果拿去切割一下再去布局div确实没问题的。其实我的本意是想问,就是在一个div内部,不切割的,如果单靠float或者其他什么css来完成这个布局
是我没表达清楚。真的很感谢changjay大哥的帮助

我明天画一个无法拆解的div图上来,changjay大哥就会明白我的意思了,真的很感谢你的热情认真回答

ok,坐等题目。

ok,坐等题目。



changjay大哥,就这个图,你看看怎么解 ^_^

只实现了其中的一部分
其他部分可以用相同方法实现


  

  

  

  

 

  

  

  

  

  


 

楼上实现的效果离我要的还是有点距离的吧.......

不过还是很感谢你的帮助^_^

楼上这个布局跟题目好像差别很大啊。

nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">








    

        

            

                

            

            

            

                

                

                    

                    

                                                               

                                                                                                                           >                                                                                                                                                                                                                                               div>
                                                                        html>


I think there should be a good way but I don’t have time to think about it

I think there should be a good way but I don’t have time to think about it




Key Do you write the height in div5 and then let it expand?

There seems to be a problem under IE6. First left, right, middle
According to the nesting principle of left, right, top and bottom there is no layout that cannot be laid out

In addition, why should we abandon the table


Haha... it’s really great! But there is something I don’t quite understand: "div.div5{width:100px;height:100px;float:left;}" Why should the height value of .div5 be specially set here and not exceed 200px? Anyone who knows upstairs can help me. Solve this doubt! Thank you!

A lazy way, use jquery plug-in.
http://masonry.desandro.com/
Automatically arrange DIVs.



The key is to write the height of div5 and then let Is it open?

There seems to be something wrong with IE6


In fact, I just spelled it out without thinking too much, so the scalability is relatively low haha ​​

Got it, the front Set overflow:visible;

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
HTML: The Structure, CSS: The Style, JavaScript: The BehaviorHTML: The Structure, CSS: The Style, JavaScript: The BehaviorApr 18, 2025 am 12:09 AM

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The Future of HTML: Evolution and Trends in Web DesignThe Future of HTML: Evolution and Trends in Web DesignApr 17, 2025 am 12:12 AM

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

HTML vs. CSS vs. JavaScript: A Comparative OverviewHTML vs. CSS vs. JavaScript: A Comparative OverviewApr 16, 2025 am 12:04 AM

The roles of HTML, CSS and JavaScript in web development are: HTML is responsible for content structure, CSS is responsible for style, and JavaScript is responsible for dynamic behavior. 1. HTML defines the web page structure and content through tags to ensure semantics. 2. CSS controls the web page style through selectors and attributes to make it beautiful and easy to read. 3. JavaScript controls web page behavior through scripts to achieve dynamic and interactive functions.

HTML: Is It a Programming Language or Something Else?HTML: Is It a Programming Language or Something Else?Apr 15, 2025 am 12:13 AM

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML: Building the Structure of Web PagesHTML: Building the Structure of Web PagesApr 14, 2025 am 12:14 AM

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

From Text to Websites: The Power of HTMLFrom Text to Websites: The Power of HTMLApr 13, 2025 am 12:07 AM

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.

Understanding HTML, CSS, and JavaScript: A Beginner's GuideUnderstanding HTML, CSS, and JavaScript: A Beginner's GuideApr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

The Role of HTML: Structuring Web ContentThe Role of HTML: Structuring Web ContentApr 11, 2025 am 12:12 AM

The role of HTML is to define the structure and content of a web page through tags and attributes. 1. HTML organizes content through tags such as , making it easy to read and understand. 2. Use semantic tags such as, etc. to enhance accessibility and SEO. 3. Optimizing HTML code can improve web page loading speed and user experience.

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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor