Wrox Programmer Forums
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 27th, 2005, 09:07 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 249
Thanks: 0
Thanked 0 Times in 0 Posts
Default gap in table

Can someone tell me why this gap appears in Apple Safari, but not in Explorer. I have an orange background image that stretches across. Inside this TD tag I have a curve image in a Div tag that floats right.

 You can see it at
 http://www.eclecticpixel.com/problemchild/dev_01.asp
 http://www.eclecticpixel.com/problemchild/dev_02.asp

    background___________
    td#hdr_bckgrnd {
        background-image: url(images/bckgrnd_hdr.jpg);
        background-repeat: repeat-x;
    }

    shadows on sides___________
    td#hdr_sideshadows {
        height: 30px;
    }

    curve image on right___________
    div#hdr_curve {
        margin: 0;
        padding: 0;
        float: right;
    }


<tr>
<td id="hdr_sideshadows"><img src="images/nav_shadow.gif" width=25 height=29 border=0 /></td>
<td id="vert_blueline"><img src="images/pixel_blue.gif" width=1 height=1 border=0 /></td>
<td colspan=5 id="hdr_bckgrnd">
<div id="hdr_curve"><img src="images/hdr_curve_right.jpg" width=208 height=30 border=0 /></div></td>
<td id="vert_blueline"><img src="images/pixel_blue.gif" width=1 height=1 border=0 /></td>
<td id="hdr_sideshadows"><img src="images/nav_shadow.gif" width=25 height=29 border=0 /></td>
</tr>

Thanks in Advance

Peace
Mike
http://www.eclecticpixel.com
http://www.homegrownmusicjam.com
__________________
Peace
Mike
http://www.eclecticpixel.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Why roughly 3px gap at bottom of stuff? rsearing CSS Cascading Style Sheets 3 August 1st, 2007 05:15 PM
Line Break Gap / Mozilla Firefox SolarEnergy BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 4 April 15th, 2007 10:20 AM
Small (yet annoying) gap gkirk CSS Cascading Style Sheets 2 June 1st, 2005 04:43 PM
size of table (type table is table of number) MikoMax Oracle 1 November 19th, 2003 03:11 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.