Questions tagged as 'css'

1
answer

Ionic does not recognize my css

To be very clear I'm creating an app with ionic 1.3 as learning and study for facul and I need to use a css and external js is a lib called Icheck link I've tested it on other projects and it works perfectly but I can not use it with ionic. I...
asked by 24.10.2016 / 03:25
0
answers

anchor tags do not work inside figcaption: target?

I made an animated menu in CSS3 using the figure tag, in which I inserted an image with the link I used as id in the figcaption tag. Within figcaption is my list with the list of links to access other pages. In my .css fil...
asked by 22.10.2016 / 18:23
0
answers

Get the pixel values of a certain point on the screen

Hello, I'm new here so if there is any formatting error, sorry! I'm developing a WEB solution and I need to load an image in the browser and select 4 points within that image and get their values of the pixels that were selected in those 4 po...
asked by 16.09.2016 / 19:51
0
answers

Media Queries for Menu

I'm developing a page that has a menu that should display different behaviors according to the dimensions of the screen. I'll try to display this through some images. In the initial menu state (and with a screen dimension whose width is great...
asked by 18.09.2016 / 02:05
0
answers

Printing with content always on a page? [closed]

A customer requested that whenever a price card was printed, it was always printed on only one page, how can I do that? Thanks in advance for the help ..     
asked by 26.09.2016 / 16:56
0
answers

Use two CSS classes in C # Razor MVC [closed]

I'm wanting to use two CSS classes in Razor. Is it possible to do that? Because I can not. I'm doing the following: <div class="form-group"> @Html.LabelFor(model => model.ativo, htmlAttributes: new { @class = "control-l...
asked by 27.09.2016 / 19:01
0
answers

Menu drop inside frame over another frame

Hello, how do I make my menu inside one frame go over another frame? I have the following html: <frameset rows="150,*" frameborder="no" border="0" framespacing="0"> <frame name="menu" src="Menu.aspx" noresize scrolling="no" />...
asked by 01.09.2016 / 16:08
1
answer

Center ul within the responsive div

I have a screen that will be a dashboard and in it I have several panels that are li with float: left so that when the screen is resized, go passing the panels down and thus be responsive. My problem is that I need to leave these panels centered...
asked by 31.08.2016 / 23:09
1
answer

How to use hover in my images to appear a text above it [duplicate]

This is the complete code on p. in html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <...
asked by 30.08.2016 / 04:01
0
answers

Using unit "on" (or "rem") for responsive layouts

Reading some CSS articles about responsive layout I was able to understand some new "concepts", but some applications were still a bit confusing for me, which is the case of using em (or rem ) for creating < in more dynamic and resp...
asked by 28.10.2016 / 19:10