MyBB Community Forums

Full Version: Portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How do i make the side panels smaller and how do i get rid of the images on the corners that are not showing up.
Link to your site? So we know what you mean by images that aren't showing up.
Link

They seem to show up in Firefox but not other browsers.
They're not images. Remove following lines from .tborder in global.css:
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
I did that and i hasn't done anything.
I would just disable the portal and wait for proPortal to come out.
I would but i want the side box plugin.
http://www.mybbcentral.com/thread-3658.html

And they show up like they do in the portal.
They are images, they're showing a broken image icon and trying to load this URL: http://www.gfxpalace.com/images/Portal/renkler/sag.png
(2010-01-18, 08:19 AM)MattRogowski Wrote: [ -> ]They are images, they're showing a broken image icon and trying to load this URL: http://www.gfxpalace.com/images/Portal/renkler/sag.png

How do i get rid of the broken image icon.
Pro Portal was released, so just use it. http://community.mybboard.net/thread-63463.html
Pages: 1 2