Page 1 of 1

Cannot Find Styling

Posted: 28 Nov 2009, 01:40
by likestuff

Code: Select all

<LINK href="/modules/mod_phocagallery_image/assets/phocagallery_moduleieall_image.css" type="text/css" rel="stylesheet" /><STYLE type="text/css">
#phocagallery-module-ri .name {COLOR: #b36b00}
#phocagallery-module-ri .phocagallery-box-file {BORDER-RIGHT: #e8e8e8 1px solid;BORDER-TOP: #e8e8e8 1px solid;BACKGROUND: #fcfcfc;BORDER-LEFT: #e8e8e8 1px solid;BORDER-BOTTOM: #e8e8e8 1px solid}
#phocagallery-module-ri .phocagallery-box-file-first {BACKGROUND: #f5f5f5}
#phocagallery-module-ri .phocagallery-box-file:hover {BORDER-RIGHT: #b36b00 1px solid;BORDER-TOP: #b36b00 1px solid;BACKGROUND: #f5f5f5;BORDER-LEFT: #b36b00 1px solid;BORDER-BOTTOM: #b36b00 1px solid}
.hover {BORDER-RIGHT: #b36b00 1px solid;BORDER-TOP: #b36b00 1px solid;BACKGROUND: #f5f5f5;BORDER-LEFT: #b36b00 1px solid;BORDER-BOTTOM: #b36b00 1px solid}<
/STYLE>
I trying to remove/change the color #b36b00 as it's interfering with my menu in IE. I used IE development toolbar and have located where the color is but when I open that .css file it's not in there. I've spent hours trying to find it. Can you shed some light on this?

Thanks!

Re: Cannot Find Styling

Posted: 28 Nov 2009, 14:41
by Jan
Hi, you should change it in parameters component in menu link to gallery, see:

https://www.phoca.cz/documents/2-phoca-g ... -menu-item
https://www.phoca.cz/documents/16-joomla ... -in-joomla

Jan

Re: Cannot Find Styling

Posted: 30 Nov 2009, 17:11
by likestuff
Hi Jan,

Sorry I did not explain properly. The Border Color (Mouse Over) is what is causing the problem and the problem is ONLY in IE 6. This is the color that I have (#16488f) but in IE it's showing this color (#b36b00). The border color seems to be fine in IE 8. I'm just not sure why it would be showing two different colours.

Thanks!

Re: Cannot Find Styling

Posted: 02 Dec 2009, 00:29
by Jan
Hi, IE6 doesn't know hover over box so there is used a hack but it has some limitation :-(

Re: Cannot Find Styling

Posted: 02 Dec 2009, 19:42
by likestuff
Thanks Jan...