Panel problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Panel problem (
/showthread.php?tid=582018)
Panel problem -
AdytzaSS - 17.07.2015
Hello guys , i have a problem with my panel if i try to open it on my pc look like :
http://i.imgur.com/wEEI458.png
On my dad pc is working fine .... but i don't know how to fix it
Do you know how i can fix the problem ?
Re: Panel problem -
Sudaisx - 17.07.2015
try a different browser
Re: Panel problem -
Smithy - 17.07.2015
CTRL + F5
Clear cookies
Clear cache files
Or fix the CSS issue.
Re: Panel problem -
AdytzaSS - 17.07.2015
Is not working. I think the css has something wrong while runing on LINUX or on WIN 7 x32 , my dad PC has Windows 7 x 64, mine has x32
Can somewone tell me how can i resolve this bug ?
Re: Panel problem -
Vince - 17.07.2015
Press F12 to open console. Go to Network tab. Reload page. You will probably see a 404 on the CSS. Place the CSS in the directory that the server is looking in. Take note that Linux is case sensitive. On Linux
style.css and
Style.css are two different files, on Windows they aren't.