『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
When Bootstrap first released it came with Glyphicons (SVG icons). Later, Glyphicons were removed. Icons have made a comeback. These are open source and free to use either with or without Bootstrap. https://icons.getbootstrap.com/ Typical usage: Add this to your <head> tag. <!--Bootstrap Icons--> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css"> Standard syntax for an alarm clock icon: <i class="bi-alarm"></i> Styled with inline CSS: <i class="bi-alarm" style="font-size: 2rem; color: cornflowerblue;"></i> Have fun!
I came up with a template design that I like. Everything works well with no errors, except for one detail. The drop down menu in desktop mode leaves a residue of text for a second or so, before fading off. Here is the code that affects that area: .nav-menu li:hover>.sub-menu{ top: 4rem; opacity: 1; visibility: visible; } .sub-menu li:hover>.sub-menu{ top: 0rem; left: 8rem; } At first I tried using a no hover class after the hover class: .nav-menu li:not(:hover)> .sub-menu{ display:none; } That fixed the problem in mobile view but not desktop view. It eliminated the residue but rendered the sub menu unusable, because it disappeared too fast. I also tried experimenting with transition properties. That made it worse. Is there any easy fix? Here is the page: https://atnuke.com/idx-1.html [Link edited by moderator for clarity.] Thanks again.
I've got a problem with my bootstrap navbar: when I tets it in the development mode in Google chrome, and expand the togge-icon, there is no colored backgrond in the mobile-phone example, but tabelt-formats work fine.Here are two images showing the difference: I don't understand how this can happen, since I didn't have that problem with a previous design. Can anyone take a look at my stylesheet and maby tell me what the solution is? Thanks.
I am uploading files that are a dyptch with a photographic image on one side and text on the other. The file looks great in Photoshop. It looks great everywhere else at all different resolutions, except when uploaded to the website, and then the text looks a little fuzzy. I have been trying to research this, but haven't come to any great solutions. I did try saving the file as a png. file and that helped a teeny bit. Anyone else have any thoughts on why this happens and what to do about it? Thank you for any insights you might have.
I have a legacy Macromedia Dreamweaver MX 2004 bundle that I paid a lot of money for back in 2004. My old PC died and I'm trying to install Dreamweaver and it installs but then stalls because it's trying to reach Macromedia to verify the license code. The software may be 20 years old but it works just fine. Does anyone know how to get the license key to "take"? I pinged Adobe support and they said to post my issue here. Thank you
I get this message and however I did use a Ohmy template to create all the pages in my site, I never before updating to CC217 had this message come up and disallow me from updating my page.How can I get around this or disable the lock?Message reads: Making this change would require changing code that is locked by a template or a translator. The Change will be discarded
So I have a web page I made in the previous version of Dreamweaver in 2021. I used an Adobe Edge font, which stopped showing up in July. I've downloaded the latest version of Dreamweaver. I've followed the instructions on the Add fonts to your website page, and pasted the code into my Head section. The font does not show, it's just reverting to Times New Roman. A little help...? Here's a screen shot of the current Head section. Thank you.
Hello Community! I don't do a lot of web design, and the last time I used Dreamweaver was 2019 - apparently it has changed a bit. I'm updating a site for a friend. Originally, I made one jpeg in Photoshop with all the elements of the web page on it. In 2019, I was able to "map" my navigational buttons from that single jpeg. Worked great for me.In re-doing the site, I cannot find a "map" function to do that, so I've been racking my brain, trying to use tables, to make my side-by-side navs (on the left) that link to one large image on the right. The first image was from my 2019 site, where everything was on one jpeg and the navs were mapped to create the links to connect the web pages. The 2nd image is what I currently have. I made a 2-column table, with the navs on the left.... but whenever I try to add the large image on the right side of the table, it either goes on top of the navs, or splits the navs. Ultimately, I would like
Railway is a new kid on the block. This is a great alternative for those that want to move away from Heroku. I have a video explaining how to deploy the website. I have used a different IDE for this, but it should also be do-able in Dreamweaver. https://youtu.be/kaQqH9GIYh8
I want to link to my old site, twinbeaksaviary.com. This site was moved several times, resulting in a plethora of errors, some significant. I have corrected most so far, but I haven't been able to figure out why, or how, to get it to display as it did in the past. All content displaying side by side, over the background. Pinching to zoom. I’ve been researching and attempting to fix for days and need help, please. tia
Need a vector towards the right starting point - I have no idea! I am tasked to map and populate a route with various land marks along the way, zoomable and pannable, with icons for landmarks which show a popup when they are rolled over. Simple but search terms aren't really turning anything up. Any experience or pointers?
We recently went through a thorough site inspection to satisfy new credit card compliance guidelines. I thought I would share some of the things we were required to add to our site in order to pass inspection. 1. Privacy Policy revised to include data tracking by 3rd party sites like Google Analytics and social media to which the site may be linked. 2. Refund & Return Policy. 3. Complaint Resolution Policy & Timeline. If there's a dispute, who settles it and how long does the process take, etc...? 4. Complaint submission form and/or contact details (name, address, telephone). This is on top of existing requirements about record keeping, data protection & encryption to keep user data safe & secure. If your site conducts business in the European Union, additional regional requirements may apply. Happy coding!
Both Deramweaver 2019 and Dreamweaver 2021 prematurely shutdown only seconds after startup.
I’m trying to get the sidebar div, “col-2” to extend down to the bottom with the content in the adjacent column, “col”. Col-2 contains a vertical navbar in a blue background. I’m trying to get the blue background to extend to the bottom of the page, matching the length of variable content on the right. I have tried all solutions I found on the internet. I’ve set the height to 100%. I have tried flex-grow and flex-shrink. I’ve tried changing the positioning, as well as using 100vh, 100vw settings. There was either no change, or it messed up the design. Is there any simple solution? I was hoping height: 100%; would work, but nothing is every that easy. Here is the relevant code: *{padding: 0;margin: 0;box-sizing: border-box; }body {margin-top: 4.2rem;min-height: 100vh;display: flex;flex-direction: column;height: 100%;} .main {position: relative;overflow: inherit;display:flex;width:95%;} /** vertical blue container wrapping navbar**/.col-2 {position: r
Having recently updated my macOS to Monterey, and also updated Dreamweaver, I am now having very strange behaviors. Working on a website and the page designs seem to be changing all on their own and showing up differently every time I click on them. Could this be a cache issue? Please help! I also just installed new memory if that has snything to do with anything. Msny thanks, Pat
Under the Files tab I have a folder containing a website. I would like to make a copy/clone of the entire folder to checkpoint the website, to experiment, etc. How do you do this? I am using Dreamweaver 21.0 on a Mac. Expectation is that I should be able to right click on the folder and make a copy or clone. What am I missing? Any help appreciated.
I created a website using Dreamweaver's Bootstrap template. But I don't know how to configure this search button. Can someone help me?
I am new to Dreamweaver, still learning and practicing to develop a professional-looking website using Dreamweaver. Today I was trying to make a website like this" tattoosight". But I'm a little bit confused about how to create a slider similar to that site's homepage, which is showing in the aftercare section. can anybody help me how to create slider like that in Dreamweaver?
I have been using Dreamweaver CS5 for years. I just upgraded my computer from OS Sierra to OS Ventura. Of course Dreamweaver no longer opened in the new OS. I assumed that when purchased the latest subscription version of Dreamweaver, my old WEB sites would migrate to the new Dreamweaver, however they did not and I cannot figure out how to open the old WEB sites. Can anyone help me with this? Thanks.
I tried to create a template with a mobile responsive nav bar and a vertical nav bar. The vertical nav bar disappears in tablet and mobile view with a media query (as planned). I then added a container for content: text and images, etc. It stays to the right of the vertical nav bar in desktop view, then expands in mobile view. That all worked well. My problem is with the footer. In position: absolute, It will stay below the vertical nav bar, but it will ignore the container div with the text inside. In mobile view, the footer simply goes to the top. I tried many solutions from videos and how-to websites, including the implementation of wrappers, flex and grid. Nothing worked. The solutions usually made things worse. Please advise on any possible coding solutions. (not bootstrap). Thanks. The CSS and HTML are quite long. I will leave the link, instead. The footer class is “foot”. www.atnuke(dot)com/nav(dot)html
I am creating some html forms where the data being input by the users will be send via email, I have a field where the user selects the date from a calendar once the form is submitted the date displays as YYYY-MM-DD, How can I change the format to display as MM-DD-YYYY? I am using Dreamweaver 21.3 build 15593.
Hi,In DW 2017, when I select text in the code view, the selected text gets underlined - as well as all strings identical to the selected text on the page.How can I disable this? I couldn't find anything is any settings or menus.Thanks for any help!Leo
seems that each time that a new realease is pushed out it is auto installed.. Progam starts consuming all the resources and I have to use some other text editor. No other adobe product seems to have this issue. Disk writes 100%... I have all the code helpers and hints off. I have checked for the registry issues and no over bloated log files and this time none of these are the issue. I only use this for text editing and FTP. I have rebooted my computer... Just to clear that one up. for the past 2 months everytime I launch dreaweaver is goes to 100% disk. I assume that adobe pushed new programs.
I have recently upgraded from Adobe Master Collection CS5 to CS6. All seems well, but when I try to access the extensions for the Sellerdeck ecommerce package in Dreamweaver I get the error message: "The following Javascript errors occurred. Unable to open script fileC:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\configuration\Inspectors\act_common.js (Error 2)" It worked ok in CS5 - does anyone have any suggestions?
Can 2 different Dreamweaver account holders manage 1 site?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.