Jump to content

y h

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by y h

  1. y h

    pick-list size

    .cusel .cusel-scroll-pane { /*width: 100% !important; */ } I commented this line and it works now
  2. y h

    Open in new tab

    I checked my developer console and no Javascript errors only a warning: Use of getPreventDefault() is deprecated. Use defaultPrevented instead.
  3. y h

    Footer

    Hi, I have a problem with my footer; Before I applied the new theme to my application, the footer was in the bottom of the page normally but when I changed the theme and I did some modifications but not for the footer, it came in the middle of the page with the main content (not in the middle but always under the main content of the page) If I add position: absolute; to the footer it comes over the main content; This is my footer code: .footer.style2 { padding: 74px 0 38px; background: #000;}.footer.style2 .widget-container .widget-title{ font-size:18px; font-style: normal; color: #fff; text-transform: uppercase; margin-top: 10px; margin-bottom:16px;}.footer.style2 .widget-container li{margin-bottom: 10px;}.footer.style2 .widget-container li span, .footer .widget-container li a span{color:#797e80;}.footer.style2 .widget-container li a:hover span{color:#e87352;}.footer .map{ width: 194px; height: 194px; -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); border-radius: 50%;}.footer .map .gmnoprint{display: none;} To solve the problem I added :"margin-top: 900px;" to the .footer.style2 but actually it's not practical because when I have a page longer I have to increase the margin-top. I don't know what I did wrong so please if anyone had faced this issue before or have an idea how to solve it tell me. Thanks in advance:)
  4. y h

    Open in new tab

    Hi, I don't know if my question makes sense but if anybody can help I would be thankful. My problem is: When I applied a new theme to my platform the links and actions that requires going to another page are not executed unless I right-click and open them in a new tab, if I click directly I can see their link or action in the bottom of my page but the action is not executed and I remain in the same page. If anybody can please tell me what I did wrong or at least can direct me. Thanks in advance
  5. y h

    pick-list size

    Firefox 29.0.1
  6. y h

    pick-list size

    In my case no
  7. y h

    pick-list size

    Hi, I wanted to know if there is a way to make the pick-list size corresponding to the size of the biggest word or phrase in the list. PS: I mean not only when I select the biggest word but even when none of the choices in the list is selected. Any advice is highly appreciated. Thanks in advance:)
  8. y h

    a with href

    Ok thank you for your quick reply:)
  9. y h

    a with href

    Hi, I wanted two a:focus each one with a specific color. If I added a-footer for ex. I can't use href with it anymore so how to manage two a:focus with href a:hover,a:focus {color: #e87352;font-weight:bold;text-decoration: none;}a:active{background-color: transparent;}a-footer{color: #3bbec0;}a-footer:hover,a-footer:focus {color: #000;font-weight:bold;text-decoration: none;}a-footer:active{background-color: transparent;} If I used a-footer to have different colors then a I can't anymore use href ex : "< a-footer href...>"Does anyone have an idea how can I do it???
×
×
  • Create New...