Questions tagged as 'css3'

3
answers

Place sub-menu under the right li

.menuAbrir, .menuFechar { display:none; } .menuPrincipal li { display:inline; position: relative; } .menuPrincipal li a{ display:inline-block; vertical-align:middle; text-align:center; width:115px; line-height:70px; font-si...
asked by 02.03.2017 / 21:37
1
answer

How to modify inline CSS after page load?

Good, I'm doing a query to the database, where there is a field that has html content. Inside this content there is a table, which has some inline CSS with a width defined in px. I need to change the width property of the table to 100%; Th...
asked by 27.09.2016 / 13:43
2
answers

Problem in arrangement of products in Grid

I have the MK Gráfica website where in the product category part, specifically in Banners and also in Promotions, the layout of the products in Grid is in problem, one or another product appears alone in a certain line, and should continue the p...
asked by 01.08.2016 / 15:30
1
answer

Problems in nth child

I have the code below, it's working perfectly, the only problem is that if I add one more or a few li it changes its formatting. I wish it would stay the same now, except regardless of how many LIs exist. I would like the background to be the sa...
asked by 22.06.2016 / 16:44
2
answers

style sheet problem in asp net

I use visual studio 2012. I'm working with asp net. I have a style sheet inside a folder and referenced it in an aspx page. When I create a new html tag, a <h3> for example, and make simple modifications in the style sheet as the co...
asked by 20.11.2016 / 22:13
2
answers

Force a DIV element at the bottom

Good morning, personal. I need to align elements in the bottom of a parent div. This is a chat screen where messages are displayed whenever there are new ones at the bottom of the window. However, I can not force the placement at the bo...
asked by 16.01.2018 / 13:15
2
answers

responsive content with fixed size sidebar

Is it possible to make a layout with flexible width content and a fixed size sidebar? Example <body> <header></header> <article></article> <aside></aside> </body> I...
asked by 01.01.2016 / 22:20
2
answers

Float does not work correctly

I have a problem with finding myself using the float property of css. Currently this is what I have with my code: ButIneedittolooklikethis: Exceptthatcrookedandoutoftheblueboxwhenresizingthescreenmessalot.WhereamIgoingwrong?Herearemyhtmlandc...
asked by 27.04.2016 / 23:56
1
answer

How to Mount a slide

I needed to make a mini slide that contains an image and text on the side. Let it pass automatically and when you click the button. Would anyone have a good reference or would have knowledge to do this? I mounted the image of what my slide would...
asked by 08.05.2015 / 20:35
1
answer

Gradually increase a background image from a point

I need the effect below in css3 or javascript. Go to GIF WhatIalreadyhaveisjustthebasics:Theimagedoesnothavethedesiredeffectbecauseitstartedfromitsowncenter.Ineedittobefromyourbottomright,asperthe GIF above . // when DOM is ready...
asked by 11.02.2016 / 17:11