Questions tagged as 'css'

1
answer

Exchanging data-zoom and src content without jquery

I'm working on a superzoom but I need to make clicking on the thumbnails it change the src and the zoom-in of the main image without jquery. Another important detail is that these images will be dynamic, being able to contain from 1 to 10 for...
asked by 23.05.2017 / 20:11
2
answers

CSS HTML rollover effect

I'm trying to make a rollover effect in CSS could anyone tell me if it's possible with HTML and CSS in the way the codes are? the effect would just add a black border around each menu item. Thank you for your attention! @charset "utf-8";...
asked by 23.05.2017 / 20:04
0
answers

How to put the RSS Feed next to the Google Map API

Good morning, I'm trying to make a small HTML page with a Maps API and an RSS feed. However, I'm not able to put my RSS feed on the right side of the API. Can someone help me? Here is the example of my page: HereisthecoderelatedtoRSSFeed:<...
asked by 22.05.2017 / 01:08
0
answers

Doubts with Position

I have a question regarding the position of the logo of a website I'm creating. I'm now learning HTML and CSS, I'm having some doubts, one of them would be the positioning of the logo. This following image would be in DW Software, it is cu...
asked by 22.05.2017 / 16:04
1
answer

Get properties Css

Does anyone know how to identify, using javascript, only the css properties of a Class, for example: .in-text{ color: red; font-weight: 500; } in html <label class="in-text">Digite um texto</label> I tried this method...
asked by 22.05.2017 / 20:03
0
answers

Problem with percentage and float: right

Hello. I need to make a menu with icons to stay to the right of the Header. The icons are divs with background-image, and the measurements are relative and in percentage (%). The idea is that the icons grow according to resolution. I have a sear...
asked by 18.05.2017 / 00:19
1
answer

CSS - inputs are not aligned

I have the following code: <span class="input-label">New Password:</span> <input id="password" type="password" name='password' placeholder="Insert new password"> <br> <span class="input-label">Confirm New Password...
asked by 28.05.2017 / 12:08
1
answer

css error in sass

Hello, I created a reset.sass file for my project when I updated the gulp, generated the following error in one of the lines of my file, but I still could not figure out what the error was. This is the output of gulp: [17:31:22] Finished 'sa...
asked by 27.05.2017 / 22:58
1
answer

CSS - Conflict between link classes

Here's what's happening: I'm developing an HTML page, I've managed to finish the development of the page, but the page's HTML file is loaded externally elsewhere in the site. What is happening is that the default site link css style is conflicti...
asked by 25.05.2017 / 21:23
0
answers

Detect line break before it happens

ul{ listy-style-type: none; margin: 0; padding: 0; width: 100%; text-align: center; } .an{ width: 300px; } ul li{ display: inline-block; padding: 14px 16px; color: #f0f; border-bottom: 1px solid #f0f;...
asked by 25.05.2017 / 18:49