Cannot Find Styling

Phoca Gallery - image gallery extension
likestuff
Phoca Professional
Phoca Professional
Posts: 184
Joined: 18 Jul 2008, 03:06

Cannot Find Styling

Post 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!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Cannot Find Styling

Post 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
If you find Phoca extensions useful, please support the project
likestuff
Phoca Professional
Phoca Professional
Posts: 184
Joined: 18 Jul 2008, 03:06

Re: Cannot Find Styling

Post 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!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Cannot Find Styling

Post by Jan »

Hi, IE6 doesn't know hover over box so there is used a hack but it has some limitation :-(
If you find Phoca extensions useful, please support the project
likestuff
Phoca Professional
Phoca Professional
Posts: 184
Joined: 18 Jul 2008, 03:06

Re: Cannot Find Styling

Post by likestuff »

Thanks Jan...
Post Reply