| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Account Closed Join Date: Mar 2007
Posts: 254
![]() | Problem with Image-Ready slices Hello, I'm having a little problem with Image-Ready slices. I exported them, build up the website ok in Dreamweaver, but, when viewing the website in IE (only IE), there are some strange spaces between the images. |
| |
| | #3 (permalink) |
| krossat.com Join Date: Jul 2007 Location: New Zealand
Posts: 3,790
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | It has to do with the border width. when u open the html in dreamweaver, click on each image frame and specifically write 0 in the border field. that should fix it.
Last edited by Krossat; 08-09-2007 at 04:42 AM.
|
| |
| | THREAD STARTER #6 (permalink) |
| Account Closed Join Date: Mar 2007
Posts: 254
![]() | I don't have it live, just localhost. I'm posting the source here: Code: <table width="780" height="480" align="center" cellpadding="0" cellspacing="0" style="margin-top:62px; padding:3px; border:dashed 2px #666666;"> <tr> <td> <img src="images/corpo_01.jpg" width="196" height="129" border="0" style="margin:0; padding:0;"></td> <td> <img src="images/corpo_02.jpg" width="193" height="129" border="0" style="margin:0; padding:0;"></td> <td colspan="2"> <img src="images/corpo_03.jpg" width="391" height="129" border="0" style="margin:0; padding:0;"></td> </tr> <tr> <td rowspan="3"> <img src="images/corpo_04.jpg" width="196" height="115" border="0" style="margin:0; padding:0;"></td> <td rowspan="3"> <img src="images/corpo_05.jpg" width="193" height="115" border="0" style="margin:0; padding:0;"></td> <td> <img src="images/corpo_16.jpg" width="163" height="46" border="0" style="margin:0; padding:0;"></td> <td> <a href="comunicacao.php" title="Comunicação do seu jeito"><img src="images/menu_01.jpg" style="margin:0; padding:0;" width="228" height="46" border="0"></a></td> </tr> <tr> <td> <img src="images/corpo_11.jpg" width="163" height="32" border="0" style="margin:0; padding:0;"></td> <td> <a href="parlamentar.php" title="Parlamentar"><img src="images/menu_02.jpg" style="margin:0; padding:0;" width="228" height="32" border="0"></a></td> </tr> <tr> <td> <img src="images/corpo_12.jpg" width="163" height="37" border="0" style="margin:0; padding:0;"></td> <td> <a href="noticias.php" title="Notícias"><img src="images/menu_03.jpg" style="margin:0; padding:0;" width="228" height="37" border="0"></a></td> </tr> <tr> <td rowspan="4"> <img src="images/corpo_06.jpg" width="196" height="126" border="0" style="margin:0; padding:0;"></td> <td rowspan="4"> <img src="images/corpo_07.jpg" width="193" height="126" border="0" style="margin:0; padding:0;"></td> <td> <img src="images/corpo_13.jpg" width="163" height="33" border="0" style="margin:0; padding:0;"></td> <td> <a href="parceiros.php" title="Parceiros"><img src="images/menu_04.jpg" style="margin:0; padding:0;" width="228" height="33" border="0"></a></td> </tr> <tr> <td> <img src="images/corpo_14.jpg" width="163" height="38" border="0" style="margin:0; padding:0;"></td> <td> <a href="nos.php" title="Nós"><img src="images/menu_05.jpg" style="margin:0; padding:0;" width="228" height="38" border="0"></a></td> </tr> <tr> <td> <img src="images/corpo_15.jpg" width="163" height="33" border="0" style="margin:0; padding:0;"></td> <td> <a href="contato.php" title="Contato"><img src="images/menu_06.jpg" style="margin:0; padding:0;" width="228" height="33" border="0"></a></td> </tr> <tr> <td colspan="2"> <img src="images/corpo_16-20.jpg" width="391" height="22" border="0" style="margin:0; padding:0;"></td> </tr> <tr> <td> <img src="images/corpo_08.jpg" width="196" height="110" border="0" style="margin:0; padding:0;"></td> <td> <img src="images/corpo_09.jpg" width="193" height="110" border="0" style="margin:0; padding:0;"></td> <td colspan="2"> <img src="images/corpo_08-23.jpg" width="391" height="110" border="0" style="margin:0; padding:0;"></td> </tr> </table> |
| |
| | #8 (permalink) |
| Senior Member Join Date: Aug 2005 Location: Uk, South Yorkshire
Posts: 1,225
![]() ![]() ![]() ![]() ![]() ![]() ![]() | Try changing the top line from, HTML Code: <table width="780" height="480" align="center" cellpadding="0" cellspacing="0" style="margin-top:62px; padding:3px; border:dashed 2px #666666;"> HTML Code: <table width="780" height="480" align="center" cellpadding="0" cellspacing="0" style="margin-top:62px; padding:0px; border:dashed 2px #666666;">
__________________ Cueburst - Support System - FAQ Knowledge Base, Tickets and more. |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |