Click to See Complete Forum and Search --> : Problems with Div+Css


rail3r85
09-25-2009, 11:56 AM
http://webdev.devilsaur.net/

Well the linkbar (below header) should be equal width with header width but it seems to be not, im not shure why i have this problem with DIV + CSS, tested Mozilla Firefox and Google Chrome bowth gives same problem and google will also give problem that header image isnt transparent as it should be.

Anyone can give advice how to fix it? Your free to check out the code and css from my dev website.

Coyotelab
09-26-2009, 05:51 AM
since you are using table with this kind of layout which is wierd!!!!
add the following:
<table id="table_header" border="0" cellspacing="0" cellpadding="0">
that will fix it...

rail3r85
09-26-2009, 08:58 AM
since you are using table with this kind of layout which is wierd!!!!
add the following:
<table id="table_header" border="0" cellspacing="0" cellpadding="0">
that will fix it...

Border="0" is defined with border:0; in table_header's CSS definitions.

But rest of them are not so ill try it and report back editing this post.

rail3r85
09-26-2009, 09:09 AM
Ok tested it and its working well.

Not shure why i did use table's in first place, but ill let it be there.