Firefox / IE differences! (CSS?)
hello all:
i have been staring @ monitor last 8 hours working on , can't figure out. long story short, i'm in middle of creating simple website , started simple desire use dreamweaver library navigation bar has become full blown mission of being browser compatible. please take @ following:
jasontavarez.com
on ie looks way supposed to, on firefox (at least on computer) tables used navigation bar seem have spread max values. have checked code , have made wc3 compliant, can't find cause. i'm not using libraries anymore try figure out problem no avail. appreciated!
happy new year!
i have been staring @ monitor last 8 hours working on , can't figure out. long story short, i'm in middle of creating simple website , started simple desire use dreamweaver library navigation bar has become full blown mission of being browser compatible. please take @ following:
jasontavarez.com
on ie looks way supposed to, on firefox (at least on computer) tables used navigation bar seem have spread max values. have checked code , have made wc3 compliant, can't find cause. i'm not using libraries anymore try figure out problem no avail. appreciated!
happy new year!
in code naviagtion table have cellspacing="#009933"
????...... that's enough make browser go nuts.
change cellspacing="0"
offending piece of code:
<td height="20" class="bg_navbar_main">
<table width="200" height="20" border="0" align="right"
cellpadding="0" cellspacing="#009933" class="menu">
jjbbooyy wrote:
> hello all:
>
> have been staring @ monitor last 8 hours working on ,
> can't figure out. long story short, i'm in middle of creating simple
> website , started simple desire use dreamweaver library
> navigation bar has become full blown mission of being browser compatible.
> please take @ following:
>
> http://www.jasontavarez.com
>
> on ie looks way supposed to, on firefox (at least on
> computer) tables used navigation bar seem have spread max
> values. have checked code , have made wc3 compliant, can't
> find cause. i'm not using libraries anymore try figure out
> problem no avail. appreciated!
>
> happy new year!
>
????...... that's enough make browser go nuts.
change cellspacing="0"
offending piece of code:
<td height="20" class="bg_navbar_main">
<table width="200" height="20" border="0" align="right"
cellpadding="0" cellspacing="#009933" class="menu">
jjbbooyy wrote:
> hello all:
>
> have been staring @ monitor last 8 hours working on ,
> can't figure out. long story short, i'm in middle of creating simple
> website , started simple desire use dreamweaver library
> navigation bar has become full blown mission of being browser compatible.
> please take @ following:
>
> http://www.jasontavarez.com
>
> on ie looks way supposed to, on firefox (at least on
> computer) tables used navigation bar seem have spread max
> values. have checked code , have made wc3 compliant, can't
> find cause. i'm not using libraries anymore try figure out
> problem no avail. appreciated!
>
> happy new year!
>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment