Jump to content

brainiac080195

Members
  • Posts

    5
  • Joined

  • Last visited

Previous Fields

  • Languages
    Serbian, English, French

Profile Information

  • Location
    Belgrade, Serbia

brainiac080195's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I am making a google map in a circle shape in my footer. I was able to make it work for Mozilla and IE but I am having problems with Chrome. From the researcher I did, the problem is with border-radius not working for Chrome or overflow:hidden; Unfortunately I wasn't able to fix the problem. Here is a link to a website, map is located in the footer. WEBSITE And here is my custom css for the map .custommap{ border: 5px solid #fff; overflow:hidden; border-radius:999px; -moz-border-radius:999px; -webkit-border-radius:999px; -o-border-radius:999px; width: 18% !important; height: 16em !important; } Here are also images of Mozzilla and Chrome in comparison
  2. Works on IE now and it is smother now on other browsers. IE is ######, I used overflow: hidden/visible and id didn't work, and then Microsoft asks why you don't like IE, THIS IS WHY. Always if IE do this...... Anyways thanks man, you are the only one who helped me, and i posted this problems on many forums. Thanks again problem solved.
  3. Maybe you haven't spotted the difference as you are not used to Cyrillic. I checked it on 2 more computers and same results. second sub menu is over the first sub menu and it isn't hidden even when you not hover over first <li>
  4. Thanks works perfectly on Chrome but i IE 11 the ' ul.st-main-menu ul ul ' are showing even without hover. I tried 'overflow: hidden' but it didn't work in my case. Any idea?
  5. I want to customize some parts of navigation bar. I have tried everything on my side but wasn't able to change it. Here is the css file: https://www.dropbox.com/s/jgztz6xowc2gb8b/template.css?dl=0 Here is the ziped plugin from web site that influences the menu: https://www.dropbox.com/s/adjp7l3pmimvs1v/st_megamenu.zip?dl=0 Here is the web adress of site: goo.gl/6psq2N Here is the current menu look: Here is what I would like it to look like: So as you can see from pictures and live web site when a block in first dropdown menu has another submenu, the blook gets really bigger. The other thing is the position of second dropdown menu (second submenu). I wasn't able to position it as show on the second image. Please, help. If you have any ideas. If you need anymore files or explanations don't hesitate. Thank you.
×
×
  • Create New...