I have a flash template, with an xml config file.
I need to reformat just one button/external_link (text based) of the menu, so that it has to be of a different color
However, although i'm unable to see it at 1280 resolution, i know there will be an empty space on the right side and below the image at that resolution.
I'm trying to put the picture inside the div, on top of the big image inside the table cell. I actually can do it, but an empty space appears above this composition.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
and it works fine in IE, the problem is FIREFOX.
i'm trying to set some layer (which contains certain picture) to stay on a position relative to document (window), so it look the same in all resolutions - for example: 10% from left, and...
Oops, i must clarify something:
it is (of course) not necessary to put different(%) sizes in img tags.:)
You can give them any % size you want. I meant, that way you can arrange your images of...
I put this rounded (4 gifs on the corners) table in a layer and tried to achieve transparency effect on that layer, but when i add opacity in the table inline style, i get some space between the...