Questions tagged as 'css'

1
answer

Dropdown with SVG

I'm with an art and now it's in an SVG file. The problem is that the client wants that when passing the mouse (or if clicking) in a block, it should open a menu. I do not know if you can create this, but I wanted to know. The SVG code I have tod...
asked by 30.11.2015 / 16:58
1
answer

Layout with different colors in TextBox (Safari and Chrome)

Safari is fading the colors inside that are not @Html.ComboboxFor, how do I not to remain in the textbox? I'm using CSS and JQuery, follow the photo Select does not exist in Safari: @Html.DropDownListFor(m => m.CEP.IdCidade, (SelectLi...
asked by 27.11.2015 / 17:29
1
answer

Why is @import not working correctly?

I'm trying to import a CSS inside another one but it's not working, the directory structure looks like this: style.css css / agoravou.css However, the command @import url('css/agoravou.css') screen; is not working. Does anyone kno...
asked by 30.11.2015 / 03:41
3
answers

Does every DIV have a relative position?

I heard from a development professional that:    "All div is relative, even without you setting position:relative " Is this correct?     
asked by 04.07.2014 / 16:24
3
answers

Scheduling div as image

I'm making a list of items, but this has some challenges: Responsive; Title can have more than one line; Sometimes I need to show an icon with a background color instead of the full image. Here is an image of the expected end result:...
asked by 27.03.2014 / 21:49
4
answers

How to align the items in a list ul below?

The idea is to create a chat similar to skype, whatsApp, etc ... Where the messages begin to appear from the bottom up until they reach the height of the ul and the scroll bar appears. ul { list-style: none; height:...
asked by 28.05.2015 / 21:18
1
answer

Scroll the contents of the DIV without the contents exiting the DIV

Hello, I have a problem, I would like my DIV from the right corner to accompany the contents of the left until the contents of the left, but if I put position fixed in the right DIV, it stays fixed until the end of the page. Can anybody help me?...
asked by 14.11.2014 / 20:27
4
answers

Is there an event that captures size changes of an HTML element?

I wonder if there is an event that captures size changes of an HTML element. For example, a div with 5000px height is 4800px and Javascript onresize() fault does not fire. Is there an event that captures this? HTML: <div id="tes...
asked by 09.12.2014 / 14:40
3
answers

How do I work with responsive design?

I use Media Queries, right, and my layout will have to adapt to various devices like tablets, iphone, smartphones, notebook and TVs, however I found a problem on the tablet in landscape mode, it has an approximate resolution of 1024x768 ,...
asked by 15.04.2015 / 14:31
3
answers

Responsive font according to text size

How can I make a responsive font according to the size of the text? I have a site: radioturn.com.br The name of the song is updated constantly, I would like to remove the mark and let it stop, however, some songs are too big and do not fi...
asked by 08.01.2017 / 20:16