(40 points) DreamweaverCC cannot drag controls, right? If you want to write in css, when to use relative position and when to use absolute position to position the control, it is best to provide some sample code_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:51:19
Original
1198 people have browsed it

A novice learning Java: I want to add login and logout hyperlinks on the right side of the navigation bar, but the control cannot be dragged when placed in the div control of DreamweaverCC, and the browser display and design view are too many to check. How to fix it?


Reply to discussion (solution)

Due to the complexity and confusion of the current web front-end, there is no real "what you see is what you get" web ide product . Dreamweaver can't help.

Now, it’s all about “touch typing” the code, and then running it to see the page effect.

Another question, regarding your div, it must be a "fluid layout". You can drag by modifying the layout mode or setting the top and left attributes.

You can choose the free Expression Web development tool.

Generally speaking, however, professional developers choose the fluid layout method for web design. Amateurs, however, prefer to locate based on pixel coordinates.

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!