English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In IE7 don't have these borders.
The code from xslt is:







and from css is:
.ReportImage
{
position: relative;
border-color:Transparent;
padding: 0pt 0pt;
}
Thanks!

2007-11-04 19:33:30 · 2 answers · asked by adriana_leapsoft 1 in Computers & Internet Programming & Design

2 answers

Short answer: IE6 is full of bugs. Use a proper browser instead.

Longer answer: There is no closing tag, the whole thing should be . The line breaks in your code above are causing a space to be printed after the image, and this is showing up as a partial border on your image. It wouldn't hurt to put { border: none } in your CSS.

Don't leave a trailing semicolon before your closing posh bracket, either ..... IE doesn't like it.

2007-11-04 19:54:38 · answer #1 · answered by sparky_dy 7 · 0 0

Are you using firefox? if so, photos that have yet another hyperlink once you click them would have a blue border around them, which turn pink once you click them (by way of default). this is probably not what your speaking approximately, however the way i've got been given around it for my website replaced into to apply photoshop and slice the links and it creates an html website for you. in case you do no longer comprehend the thank you to apply photoshop, then you certainly can try border=0, that would desire to paintings besides.

2016-11-10 07:49:29 · answer #2 · answered by ? 4 · 0 0

fedest.com, questions and answers