Questions tagged as 'css'

2
answers

Style a field with the text of a news item

I have a table called news with the typical fields: title, date, text, image1, etc. In the box box, to expand this the news field is a single big paragraph and when I want to publish the news it looks as coarse as it is. What do you recomm...
asked by 19.06.2017 / 09:00
2
answers

Failed to reference style sheets (css) and javascript in ASP.NET MVC 5 project with Razor

Good afternoon, I have a my website in ASP .NET MVC. I am currently implementing the Layout (Located in Yanbal (the VS solution) - > Views - > Shared - > _Layout.css . I have made a model in wordpress, I got the html code from it...
asked by 30.06.2017 / 23:59
1
answer

Convert a logIn to logOut after login (without changing page)

I have an html page and what I want is that when logging in on the same page, the logIn link is hidden and the logOut appears. How could I do it? <div id='page-wrap'> <header class='main' id='h1'> <span class="right"><a hr...
asked by 13.11.2017 / 20:14
1
answer

How to make the rover physically move through my array and see it in the console

Hi, I do not know how to do to see that my 'x' which is the rover of the game moves through the grid, not only update the coordinates but I want that after some movements, the 'x' change position. I have done rover.pin ++ when standing in the no...
asked by 06.03.2018 / 20:41
1
answer

play gif once

I want to put a gif which should only be played once and be paused in the last frame. Currently in the html I have this: <div class="img"></div> and in the css I have this: .img{ background-image: url(image/login.gif);...
asked by 29.06.2017 / 13:56
2
answers

How to move a form to the right area of the screen

Hello friends and been looking for about this problem that confuses me a lot because I'm starting with this why I'm sorry if the code is not quality. My problem is that I have to move a contact form but in reality nothing comes to mind on how...
asked by 09.04.2017 / 23:30
1
answer

Slider of images with css

.slider { margin: auto; width: 100%; display: flex; flex-wrap: wrap; } .slider ul { width: 400%; /* mas imagenes mayor el % 100+*/ height: 500px; display: flex; list-style: none; overflow: hidden;...
asked by 11.03.2017 / 20:52
3
answers

Floating text when hovering over an image?

I need to place a title that appears only when I pass the cursor over the image, I have tried with the title attribute but it does not work. <img src="mad.png" alt="Smiley face" width="42" height="42">     
asked by 15.03.2017 / 19:09
3
answers

Error icon corrido span html

I have the following problem, in which way I can place an icon in the span that contains "$", by placing the icon of the template this is run, the icon should be in the place of "$" and not on top of the Fuel name thank you very much greetings,...
asked by 07.03.2017 / 13:22
2
answers

View of Glyphicon Bootstrap

I have the following inconvenience when using the Bootstrap GlyphIcons. At this time they are displayed as follows: And I want it to look like this: For those who do not understand what I want is to see the icon "in my opinion fon...
asked by 27.02.2017 / 15:07