Welcome to our forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Forum Statistics

  • Forum Members:
  • Total Threads:
  • Total Posts: 2
There are 1 users currently browsing forums.
HTML/CSS Coding The basis of the World Wide Web, HTML, XHTML, and CSS make our forum possible, so it must be important right? Ask questions and receive help with these markups here.

Reply
  #1  
Old 11-19-2009
Child
 
Join Date: Jul 2007
Posts: 51
Rep Power: 3
Alhazred is on a distinguished road
Thicker line between rows 7 and 8

I've got this code
Code:
<html>
<head>
    <style>
        table.grid, table.grid td {
            border:1px solid black;
            border-collapse: collapse;
        }
    </style>
    <title>Tables</title>
</head>
<body>
    <table class="grid" width="40px">
        <tr><td>1</td></tr>
        <tr><td>2</td></tr>
        <tr><td>3</td></tr>
        <tr><td>4</td></tr>
        <tr><td>5</td></tr>
        <tr><td>6</td></tr>
        <tr><td>7</td></tr>
        <tr><td>8</td></tr>
    </table>
</body>
</html>
Loaded into an Opera, IE, Safari or Chrome, the table appears correctly with the same width for all lines.
Loaded into Firefox 3.5 the table shows a thicker line between rows 7 and 8.

I was taking a screenshot to show here the result and something strange happend.
I attach 2 pics here, the first is taken using the print screen button on the keyboard, the second using Fireshot (both pic have been taken on the same page, same browser and without refesh).

The first one shows exactly what I see on the browser, the second doesn't show the problem... what's going on?
Reply With Quote
  #2  
Old 11-20-2009
Moderator
 
Join Date: Dec 2005
Posts: 1,862
Rep Power: 6
Umang is on a distinguished road
Re: Thicker line between rows 7 and 8

As far as I remember, this happens some times. Pretty random, but I don't think you can get it consistently. (Try Ctrl+F5 on that page.)
Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Superinfinity and Dimensions Aepos News and Discussion 16 02-26-2009 08:19 PM
My turn with PHP-Nuke NaRzY PHP Scripting 10 03-30-2007 01:51 AM
Awesome/funny/interesting scripts thread neoeno General Programming 10 04-17-2006 03:02 PM