PDA

View Full Version : navbar fix


Menno11
07-20-2015, 06:29 AM
Hi

how can i fix the navbar.
blue dots are not good.
look for yourself

Thx Menno


https://vborg.vbsupport.ru/external/2015/07/7.jpg

ForceHSS
07-20-2015, 07:58 AM
We will need a link

Menno11
07-20-2015, 11:38 AM
<a href="http://brotherhoodofhistory.info/forum.php" target="_blank">http://brotherhoodofhistory.info/forum.php</a>

CAG CheechDogg
07-20-2015, 11:55 AM
It would help if you allowed right click ....

Menno11
07-20-2015, 12:41 PM
i do allowed right click

Skyrider
07-20-2015, 01:12 PM
<script type="text/javascript">
var error="Sorry, right click is not allowed.";

function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(error);return false")

</script>

Your javascript says something else. You blocked right mouse clicking.

In any case.. the tabs image, it is set to 1 size? If it's not 'expanding', it won't fit.

Menno11
07-20-2015, 01:19 PM
its out now thx for saying

Skyrider
07-20-2015, 01:20 PM
Still would need the above question answered.. the tabs image, it is set to 1 size? If it's not 'expanding', it won't fit. Do you have a copy of the tabs image you are using?

Menno11
07-20-2015, 01:23 PM
were can i see that ?

--------------- Added 1437406096 at 1437406096 ---------------

https://vborg.vbsupport.ru/external/2015/07/6.jpg

Skyrider
07-20-2015, 01:37 PM
I figured as much that would be the image you were using. From the looks of it, it shows 1 dark and 1 blue at all times. As such, I highly doubt the image tab would increase in size when the text goes over it.

(in dutch)..

Je plaatje is te klein voor de tekst. Afhankelijk van de plaatje zelf, zou die in sommige gevallen groter worden om de tekst lengte te compenseren. Maar ik denk niet dat je dat kan doen met wat je nu gebruikt.

Did you download the image from somewhere or created it yourself?

Menno11
07-20-2015, 03:13 PM
hoe kan ik de tekst aanpassen ?

ForceHSS
07-20-2015, 06:21 PM
hoe kan ik de tekst aanpassen ?
This is an all English site, you need to type all replies in English only

Menno11
07-21-2015, 10:08 AM
This is an all English site, you need to type all replies in English only

How can i change it

billstelling
07-21-2015, 06:48 PM
It's called css.. Mainly, the css has not been set to work with the graphics properly. There is one set for normal and another for when it's moused over. If the parameters are not set within the css coding, this is what you get..