Nabeel,
I’ve had this problem since the installation of phpVMS but am just now getting around to it. This is what shows up when there is a flight on the map:
Any ideas? I’m thinking it might have to do with allow_url_fopen?
Here’s a link to it
-Josh
Nabeel,
I’ve had this problem since the installation of phpVMS but am just now getting around to it. This is what shows up when there is a flight on the map:
Any ideas? I’m thinking it might have to do with allow_url_fopen?
Here’s a link to it
-Josh
Can you try the latest beta?
Nabeel,
Just installed it, still getting the problem.
-Josh
It’s your CSS, specifically this:
style.css (line 259)
#main img {
background:#CCCCCC none repeat scroll 0 0;
border:4px solid #F0F0F0;
color:#303030;
padding:1px;
}
mines got the same issue..
so what do i need to do?
please
Simon
Find out which bit of CSS is causing the problem
Sorry nabeel dont mean to sound dumb but how would i find this out ?
i see you have posted some code from the css ine has
#main img {
background:#CCCCCC none repeat scroll 0 0;
border:4px solid #F0F0F0;
color:#303030;
padding:0px;
so should i change the padding to 1 instead of 0 ?
remove the background: bit
#main img {
background: #ccc;
border: 4px solid #f0f0f0;
color: #303030;
padding: 1px;
is now what it looks like and still doing it ?
ok have i done something wrong here ?
Just see that the background is still there
i thought i had taken it out gonna do it now!!! one sec and will let you know
yep my bad second time round
Thanks Nabeel
This worked, thanks Nabeel