Recent Topics

1 Dec 06, 2008 16:53    

My b2evolution Version: Not Entered

Hello, i have a problem. First of all sorry for my english.
Between two navigation bars i have a white space in firefox, bot not in msie. Ive tried margins 0 paddings 0 etc.. nothing helped..
I use very modified ( by myself) template evocamp.
Adress is : http://www.internetmoney.ic.cz/
Thanks for your help.
here is the css i use... http://www.internetmoney.ic.cz/style.css
B)

3 Dec 06, 2008 23:19

sam2kb wrote:

Welcome to the forums.

Did you try "height:0" ?
You may also want to fix these [url=http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.internetmoney.ic.cz%2F]CSS[/url] and [url=http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.internetmoney.ic.cz%2F]HTML[/url] errors

Thanks for your reply, i fixed some css and html errors, few of them remains, but i cant find them :( i look in to the source code and don't see them...
Where u suggest to add height 0 ? to the #nav or #nav2 or to the freehtml table code?
p.s. - i need to fix that blue gap above the big white container ( later ill insert table in this container + big image )

4 Dec 06, 2008 23:32

Just change the nav2 to

<div id="nav2">
   <ul class="nav2"><li></li></ul>
</div>

or to

<div id="nav2">

</div>

It should work then

5 Dec 07, 2008 12:02

Thank you, solved B)


Form is loading...