Questions tagged as 'css3'

1
answer

Configure the index of the image that will receive the style

I have a group of imagens within a div : <div class="boxSlide"> <img src="_imgs/_slideShow/1.png" /> <img src="_imgs/_slideShow/2.png" /> <img src="_imgs/_slideShow/3.png" /> </div> I woul...
asked by 18.10.2017 / 17:09
2
answers

Dropdown Menu Items do not change color [closed]

UPDATE I'm developing a web application and put the bootstrap menu and would like the menu items to change color and not be in that black color, but in color #00008B Menu items HTML<ulclass="dropdown-menu">...
asked by 17.10.2017 / 18:30
1
answer

Get the href link in the href itself

I have the code below <?php $paginaCorrente = parse_url($_SERVER['REQUEST_URI'], PHP_URL_QUERY); ?> <ul class="menu"> <li><a href="?l1" <?php if ($paginaCorrente=="l1") echo class='linkVisitado'";?>>Link 1</...
asked by 27.09.2017 / 14:17
2
answers

the input is inside the fildset tag, but it is cutting the line

input { font-size: 16px; margin-bottom: 20px; border-radius: 5px; border: 1px solid #ccc; position: relative; }     
asked by 28.08.2017 / 22:58
2
answers

SlideDown from the bottom up

I'd like to apply slideDown () effect to a UL , however I'd like the effect to run from the bottom up. That is, the div would open from the bottom up.     
asked by 12.10.2017 / 20:42
2
answers

How to make menu appear as mouse scroll [closed]

Something like the menu of these two sites: link and link where the scroll action causes the menu to appear.     
asked by 20.09.2017 / 04:47
1
answer

Apply a class to the selected tag

I have a very simple menu that I set up in css, I wanted to know if I can identify the <li> that is tagged with selected and apply the hover effect that is in the .horizontal-menu li:hover class. .top_menu {...
asked by 06.07.2017 / 20:00
1
answer

How to make a "balloon" effect in a menu?

I need to do a chat bubble effect on the < a > of my menu, just like this figure, when I hover the mouse (hover effect) the balloon appears. I tried to make this site ( link ), but it did not work IalsoneedtodothesamethingwhenImovethemous...
asked by 27.07.2017 / 22:51
2
answers

Placing sub-items in the menu in CSS3

I'm creating a drop-down menu in CSS3, but I'm not able to style the third level. CSS is like this: *{margin: 0; padding:0;} .menu{width: 100%; height: 50px; background-color:#222; font-family:Arial, Helvetica, sans-serif;} .menu ul{list-st...
asked by 04.10.2017 / 00:27
1
answer

How to change the color of buttons with the hover on just one button (CSS)

Well, my problem is this: I have five buttons, in horizontal order. Each has a specific color in the hover. When you place your mouse over any one of them, all should assume the color that the selected one has . I successfully used this...
asked by 12.09.2017 / 19:34