View Full Version : lines in navbar
vinkenier
05-16-2013, 11:56 AM
I upgraded the test-site to vb 4.2.1 and I'm using skin completevb totally pro.
Completevb isn't giving any response after several weeks and questions so I hope someone here can help me.
I see some white lines between te words in the navbar i firefox and iexplorer. When running iexplorer in compatibility mode the lines are gone.
Can someone please help me sort this out?
Disco_Dave
05-16-2013, 12:02 PM
any links to your site?
vinkenier
05-16-2013, 12:10 PM
I run my test site on localhost. I'll paste a link to an image. Is that ok?
http://www.vinkenier.be/test/navbar-issue.png
I'm not upgrading my live site before this is fixed.
darnoldy
05-16-2013, 02:31 PM
Can someone please help me sort this out?It is almost impossible to guess what is causing the white line from looking at a screen shot. One needs to look at the css for the elements to find the problem. My first guess would be that you have a border-right attribute set somewhere, but it could be a margin issue too.
Lynne
05-16-2013, 03:22 PM
All we can tell from an image is that it is a CSS issue, but since we can't actually view the page, it's impossible for us to tell you the exact CSS problem.
vinkenier
05-16-2013, 05:38 PM
Thx, already for the info. Which css should this be?
tbworld
05-16-2013, 06:42 PM
Thx, already for the info. Which css should this be?
You need to provide a link to your page so we can view the code: this is what lynne was trying to explain. Without viewing the code we cannot tell you the CSS.
darnoldy
05-16-2013, 06:46 PM
Since you are using a custom skin, it is hard to know for sure...
but in a default skin, that area is contained in the tag
<ul class="floatcontainer">...</ul>I would look for
.floatcontainer li {}
.floatcontainer li a {}and see if you can find a border in one of those
vinkenier
05-17-2013, 05:38 AM
I just setup a test site on-line.
It has only the default vbulletin 4.2.1 and style totally pro
No modifications made.
You can see it at http://test.vinkenier.be
Thx in advance for all the help and effort.
Spangle
05-17-2013, 08:26 AM
I just setup a test site on-line.
It has only the default vbulletin 4.2.1 and style totally pro
No modifications made.
You can see it at http://test.vinkenier.be
Thx in advance for all the help and effort.
Deffo a CSS issue, but they look as if they are supposed to be there, have you looked at the style demo online to see if they are there ?
vinkenier
05-17-2013, 09:32 AM
In the demo they are not there either, they were not there in vb versions before 4.2.1
You can see the demo here: http://www.completevb.com/demovb4/forum.php?styleid=12
You can see my live site with still 4.2.0 here: http://www.vinkenier.be
Spangle
05-17-2013, 09:56 AM
In the demo they are not there either, they were not there in vb versions before 4.2.1
You can see the demo here: http://www.completevb.com/demovb4/forum.php?styleid=12
You can see my live site with still 4.2.0 here: http://www.vinkenier.be
I don't see them !
vinkenier
05-17-2013, 10:10 AM
Of course you don't see them on the live site! The live site is still on 4.2.0-3.
The test site is already on 4.2.1
And as said before this happened after the update to 4.2.1 on the test site!
nhawk
05-17-2013, 01:34 PM
Since evidently nobody here has that style to look at the CSS, the very simple answer is to contact CompletevB and ask them to update the style for 4.2.1.
Lynne
05-17-2013, 03:17 PM
It's right here in your additional.css template:
.navtabs li {
background: url("images/styles/TotallyPro/style/navSplit.gif") no-repeat scroll right top transparent;
float: left;
padding-right: 2px;
}
That background is right here - http://test.vinkenier.be/images/styles/TotallyPro/style/navSplit.gif - which is what you are seeing.
vinkenier
05-18-2013, 05:25 PM
@ nhawk: The question was asked serveral times before to completevb, but there has been any response in weeks/months from the author. All users are left in the dark for all the skins they provide. So that's why the question was asked here for help.
@ lynne: thx for the support! You're magic :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.