- This topic is empty.
-
AuthorPosts
-
July 12, 2011 at 5:20 am #33448
Monzterdk
MemberI know there has been lots of posts here and everywhere else about this problem.
but !! i have a joomla site and even my menus ( css img. js ) gets these borders when hovered and clicked
is there a way to completly disable all blue borders globally on a joomla site ??
maybe a hack or something and where would i put inn such a solution ?i really hope this makes any sense
Most respectfully .. !
MonzterdkJuly 12, 2011 at 7:41 am #83372Monzterdk
Memberi have this css for the menu causing all my problems in safari !
i have tried all sorts of editing ( i am a newbie in css )i want to post the whole css file bu its to long :o/
hang on ill link it ;o)
maybe this could cast a light on the problem ?? !!
Most respectfully
Monzterdk
July 12, 2011 at 8:26 am #83357chrisburton
Participantare you referring to this?
outline-style: none;
July 12, 2011 at 9:26 am #83359Monzterdk
Memberoh yes that is an attempt to get rid of the blue shadow that safari make but didnt work
i was looking for a global thing that would remove all shadows/ blue border
it only happens in the 2-3-4 level of the menu !
im not sure if this make any sense ;o)
….// monzterdk
July 12, 2011 at 9:34 am #83360Monzterdk
Memberhere is an image of it !
just checked and its actually the only place in the whole site this shows up
July 12, 2011 at 10:40 am #83363stevendeeds
Memberdid you start your project with a global reset?
is that a form input? You can style that in css
form input[type="text"] { //STYLING }
July 12, 2011 at 11:42 am #83351Monzterdk
Member// Stevendeeds //
The site is built with Joomla 1.5.x
therefore there are all kins of CSS files but this particular problem is in the drop down menuDon’t know what that global reset is ! but ill look for it !
if there isn’t any how do I apply it and what will it do ?It’s a drop down menu form input won’t help here but Thanx anyway !!
…// Respectfully
MonzterdkJuly 13, 2011 at 1:06 am #83288Monzterdk
MemberHi Again
I did some reading and i went ang got one (global reset code) inserted it into the css i have
it will probably fix other things in the future bu for now i still have that problem
with the blue border in safari (only in safari)…./ most respectfully Monzterdk
July 13, 2011 at 10:04 am #83267wolfcry911
ParticipantYet another example of someone suggesting a reset when it had nothing to do with the problem… :(
.menutop * {outline: none;}
Be aware however that a lot of people actually like knowing what element is selected… meaning if you use this globally, you’ll turn it off for everything
July 13, 2011 at 1:29 pm #83235Monzterdk
MemberThanks for the reply
i did find a solution much similar to the line you wrote (wolfcry911)
it looks like this *:focus {outline: 0;}
it did the trix !
Thank’s again ;o)
….// Most respectfully Monzterdk
May 10, 2012 at 2:28 am #102640mani
MemberJust add outline:none property in the respective css function to avoid this blueborder issue in safari.
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.