how can you make your site have divides/borders for the edge of tables so they are thin lines not thick.
example: www.microsoft.com
see how they have thin borders
how can you make your site have divides/borders for the edge of tables so they are thin lines not thick.
example: www.microsoft.com
see how they have thin borders
Take a look at the source code. They’ve used small gif images within the table cells to create the light grey single pixel borders.
Thats one way. I did something different here:
http://host15.ipowerweb.com/~livetosk/NoFlash/index.html
my single pixel white borders are done by declaring a background color for the table and defining cellpadding=0 border=0 cellspacing=1 then giving the individual cells a different backgroud color.
check out the source code…
I think although Im not sure that CSS now allows people to make a table/cell border as thick as you want…
Check Kirupaforum.com’s threads, they seem to have 1 pixel large borders :beam:
ok i have been testing and testing and found this
<table style="background: #FFFFFF; width: 700px; border: 1px solid #000000">
thats it:sure:
[edit by lostinbeta]even though he could have edited it himself to fix the code :sigh: [/edit]
whoops:whistle:
sorry this is it…
<table style="background: #FFFFFF; width: 700px; border: 1px solid #000000">
Make sure you test it in multiple browsers. CSS can be a finicky beast to tame if cross-browser compatibility is important. Similar to trying to herd cats.
<table bgcolor="#FFFFFF" cellspacing="1" cellpadding="0" border="0">
then just define that background color of your cells. works on all browsers because its regular HTML code.
That will give you the desired 1-pixel border, but be careful with the colors you use. Netscape 4.x does not support the border color parameter. It is always grey. I haven’t tested it with Netscape 6 or 7.
NS sucks ***.
why do people use that:sigh:
that doesn’t use border colors. It uses the background color of the table to make it look like it has a border. It should work in netscape, I have tested it before in N6 and it works on Macs as well…
NS sucks ***.
why do people use that
because I hate microsoft
me too, but I still use Windows and I still use IE. I’m not ready to switch to linux yet…
i like microsoft.
it does what i want and what i can do so i really see no need to change.
same way i always buy INTEL never AMD or anything.
it’s just what i know:smirk:
nah, I never buy Intel (although the new hyperthreading seems promising). AMD has always been superior when it comes to processors. I usually like to go with the little-guy developer, but I use Windows and IE because of Simplicity. I use Netscape and Mozilla only when I am testing sites…
AMD is SH.I.T
in a mag i brought it shows AMD r infact slower then INTEL. a 1.8ghz AMD is the same as a 1.53ghz INTEL and the more you go up the bigger the gaps become.
Eh, not really. Not according to the tests my boss and I have done. We heard that same report but we decided to test it out. AMD’s performed faster and smoother in all tests. Don’t believe everything you read, unless you can back it up with your own hands-on testing…
yeah maybe, but i just buy what i can use.
to each his own.
the post has gone so off track(-:
:: Copyright KIRUPA 2024 //--