Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:29

problems with subimageborder


Poster: ArAnManDapCel
Dated: Thursday September 13 2007 - 23:11:52 BST

Hi,
I use css for my imageborders:
/* Image settings */
img {
border-style: outset;
border-color: #828200;
}

I also use a image in the menu:
subimage="./menu/arrow.gif";

I don't want the bordersettings I use for my default pictures to be used on the subimage. Is there a way to disable this or set them to 0 :?:

Thnx

Re: problems with subimageborder


Poster: Ruth
Dated: Friday September 14 2007 - 8:38:04 BST

Hi,

We have just had another post on this issue. Using the generic IMG in css will set it for all images, even those in the menu. Doesn't seem to be a way to over ride this. There is a style property called rawcss. Unfortunately, I would have no idea how to get that css code into it.
Code:
img {
border-style: outset;
border-color: #828200;
}


I tried using
Code:
rawcss="IMG{border-width:0px;&#125";
where the & 123 is the ascii code for {. Then I tried just putting in the bracket rawcss="IMG{border:0px solid transparent}"; But though neither gave an error, the border still showed on the subimage.

The only way I know to stop it is to set up your page img borders in css using an id or a class. This will not then apply to the menu. You might contact Milonic directly about this problem.

Ruth

Re: problems with subimageborder


Poster: ArAnManDapCel
Dated: Monday September 24 2007 - 20:16:44 BST

Hi Ruth,

thanks for the quick response. I've tried all kinds of possibilities, but with no result.
So i think I'll have to get the 'official' support.

Grtz,
Arthur