search
HomeWeb Front-endHTML TutorialA newbie wants to ask a question about CSS layout. The preview in Dreamweaver is correct, but the effect will be different when opened in different browsers_html/css_WEB-ITnose

Taught myself HTML and CSS. Asking experts from all walks of life, I made a tab in the file index.php and used the onMouseOver attribute. During the test, it was found that sometimes the effect obtained is the desired one, and sometimes there is a deviation, which is listed below.
1. Preview in Dreamweaver or enter localhost/index.php in IE browser or Baidu browser (the environment has been set up), and you can get the desired results. As shown in the picture.
2. However, I have never been able to get the desired result in the 360 ​​browser. I just found out that if I save index.php as index.html and then open it directly with the browser, no matter what browser to the expected result. The error situation is as shown below.

Please tell me why this is? If it is convenient, please tell me the principle, thank you very much!


Reply to the discussion (solution)

There is no code, so I can’t analyze it for you. It’s normal to encounter this situation when relying on tools. It’s better to put away your impetuous heart and fight. Basics, you need to understand the html4 standard tags and standard styles

Oh, and the generated code is not easy to analyze when you send it. The code generated by that kind of tool is not neat at all, and everything is positioned as soon as you drag it. The way is that it is difficult to admit and modify

There is no code and I cannot analyze it for you. It is normal to encounter this situation when relying on tools. It is better to put away your impetuous heart, lay the foundation, and get it done. You must understand html4 standard tags and standard styles. Thank you in advance! Are you saying there are some problems with using the tool itself? I don't know how to use the complex functions of Dreamweaver. I just use some basic functions such as dragging and dropping div blocks. It feels almost useless, but it is more convenient. Will there be any problems?

Quoting the reply from wzs_xyz on the 1st floor: I don’t have the code, so I can’t analyze it for you. It’s normal to rely on tools to encounter this situation. It’s better to put away your impetuous heart, lay the foundation, and understand the html4 standard tags and Standard style will do. Thank you in advance! Are you saying there are some problems with using the tool itself? I don't know how to use the complex functions of Dreamweaver. I just use some basic functions such as dragging and dropping div blocks. It feels almost useless, but it is more convenient. Will there be any problems?
This is a big problem. In fact, the writing of HTML is a document-like format, and there is a sequence. That is to say, the tags written in the front will generally be displayed in the front (using positioning, floating, etc. will break the rules, which is very useful. But it should not be abused), so the drag-and-drop function provided by Dreamweaver is a bad and destructive way. It uses a lot of positioning methods to support drag-and-drop, making it difficult to read and modify HTML documents. As for compatibility issues, The software itself is not perfect enough. After all, compatibility is a difficult task, so it is not easy for the software to support it. The generated code is difficult to modify for compatibility issues, so it is not recommended to use

Quoting the reply from lichao5211111 on the 3rd floor: Quoting the reply from wzs_xyz on the 1st floor: There is no code and I can’t analyze it for you. If you rely on tools to encounter this This situation is too normal. It is better to put away your impetuous heart, lay the foundation, and understand the html4 standard tags and standard styles. Thank you in advance! Are you saying there are some problems with using the tool itself? I don’t know how to use the complex functions of Dreamweaver. I just used some basic functions such as dragging and dropping div blocks. It feels almost useless, just convenient... What you said at the end is that it is not recommended to use it. Specifically, you mean not to use it. Is it recommended to use the drag and drop function of Dreamweaver or is it better not to use this software for development? What is the most ideal development method?

Quoted from the 4th floor wzs_xyz’s reply: Quoted from the 3rd floor lichao5211111’s reply: Quoted from the 1st floor wzs_xyz’s reply: There is no code, so I can’t analyze it for you. It’s normal to rely on tools to encounter this kind of situation, so let’s keep the impetuous Put your mind at ease, lay the foundation, and understand the html4 standard tags and standard styles. Thank you in advance! Are you saying there are some problems with using the tool itself? I don’t know how to use the complex functions of Dreamweaver, so I only use some basic functions such as dragging div blocks...
Dreamweaver is recommended only for beginners, and it is best not to use it
I have already said, type well The basics of html, familiarity with standards, which development method to use is not the key
It would be nice to have a text tool that can prompt some keywords, and preferably automatically set some code formats

Dreamweaver... Never used it before

The familiar process of using Dreamweaver, the time and energy spent are completely enough to write code.
For example, write directly using Notepad.

PS
For Dreamweaver, there is no need to use the word "learning", just the word "familiar".

Thank you everyone!

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

HTML and Code: A Closer Look at the TerminologyHTML and Code: A Closer Look at the TerminologyApr 10, 2025 am 09:28 AM

HTMLisaspecifictypeofcodefocusedonstructuringwebcontent,while"code"broadlyincludeslanguageslikeJavaScriptandPythonforfunctionality.1)HTMLdefineswebpagestructureusingtags.2)"Code"encompassesawiderrangeoflanguagesforlogicandinteract

HTML, CSS, and JavaScript: Essential Tools for Web DevelopersHTML, CSS, and JavaScript: Essential Tools for Web DevelopersApr 09, 2025 am 12:12 AM

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

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)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!