Problems with list

I could do that but I have the box-shadow on the anchor. Anyway I added that and see what is happening now when you roll over the images

Page

That is how it is suppose to be

Whatever you did, please undo it.

ul.werk a,
ul.album a {
  overflow: hidden;
  margin: auto;
  margin-bottom: 1.5em !important;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0px 0px 0px 5px #241e20, 0px 0px 0px 10px #fff;	
}

Copied from your website.css

I do not see max-width:100% there. Do you?

That flickering is probably because you only have the max-width on hover or some crap like that :stuck_out_tongue: .

Yup you didn’t put it where I asked.

ul.werk a:hover,
ul.werk a:focus,
ul.album a:hover,
ul.album a:focus{
  max-width: 100%;
  box-shadow: 0px 0px 0px 5px #ff7900, 0px 0px 0px 10px #fff;	
}

Remove that max-width and put it where I asked please.

Hi Ryan I am so sorry, My wrong :frowning: I had the 100% only on the hover state)

All fixed? :slight_smile:

Yes it is, thanks a lot Ryan. Have a nice day :smiley:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.