Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Please Register to get full access to the forums.
Post New Thread  Closed Thread



#1   02-12-2007, 10:23 PM
sbatson will become famous soon enough Join Date: Feb 2007 Posts: 16 Location: Orangevale, CA
Strange Behavior with Generic Blue Skin...


Ok, this is strange. I have setup the Generic Blue Skin from MPDesignZ Skins - Custom Designs on my forum. It installed and configured ok, seemed to be working fine. Then I noticed something....It looks fine on my Intel Based iMac using Safari and Firefox. On the PC using Explorer, it looks like the middle and right graphics look like they could be reversed, but I never messed with them.

Here's screenshots showing what I mean.

This is the Screwed up one on the PC using IE



This is from the Mac, it looks fine like this with either Safari or Firefox.



It also behaves like this on IE on both XP and Vista. But I just installed Firefox on Vista and it looks fine. So, it's got to be something with IE. Either way, not an acceptable behavior which leads me to believe that something isn't quite right with the skin's code.

Suggestions?
--------------------
Steve Batson
The Digital Photographer Zone Online

Last edited by sbatson; 02-12-2007 at 10:35 PM. Reason: Automerged Doublepost



#2   02-13-2007, 12:43 AM
eric is a jewel in the rougheric is a jewel in the rough Join Date: Oct 2006 Posts: 864 Location: France
Re: Strange Behavior with Generic Blue Skin...


I think it is the float element that isn't rendered ok by IE...

had the same once, never got it fixed but just added : don't use IE to look at this, use a good browser ;)
--------------------
Eric / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Aeroclix -- DistantHost link directory
Domains hosting, server rent... -- Distant-Help link directory



#3   02-13-2007, 03:55 AM
Lizard King has a spectacular aura about Join Date: Sep 2006 Posts: 112 Location: istanbul
Re: Strange Behavior with Generic Blue Skin...


You need to give us the link so we can check from the code. Otherwise it is impossible to talk or comment.



#4   02-13-2007, 07:38 AM
sbatson will become famous soon enough Join Date: Feb 2007 Posts: 16 Location: Orangevale, CA
Re: Strange Behavior with Generic Blue Skin...


Quote:
Originally Posted by eric View Post
I think it is the float element that isn't rendered ok by IE...

had the same once, never got it fixed but just added : don't use IE to look at this, use a good browser ;)
Sure that's funny and I can't disagree about IE, but the fact is that much of the world does use it and I always try to make sure my websites look good in all the popular browsers including IE. I use Safari most of the time and sometimes Firefox.

Quote:
Originally Posted by Lizard King View Post
You need to give us the link so we can check from the code. Otherwise it is impossible to talk or comment.
Oops...good point.

Here's the link: http://www.businessdevelopmentonline.com/forums
--------------------
Steve Batson
The Digital Photographer Zone Online

Last edited by sbatson; 02-13-2007 at 07:40 AM. Reason: Automerged Doublepost



#5   02-14-2007, 12:35 AM
Lizard King has a spectacular aura about Join Date: Sep 2006 Posts: 112 Location: istanbul
Re: Strange Behavior with Generic Blue Skin...


in header find

Code:
<table width="100%" height="100" border="0" cellpadding="0" cellspacing="0" align="center">
	<tr style="background: url(/forums/images/styles/generic_bluev1.0/misc/gb_header_02.gif);">
		<td width="254" align="left">
			<img src="/forums/images/styles/generic_bluev1.0/misc/gb_header_01.gif" width="252" height="100" alt=""></td>
		<td width="45" align="right">
			<img src="/forums/images/styles/generic_bluev1.0/misc/gb_header_04.gif" width="45" height="100" alt=""></td>
	</tr>
</table>
replace with

Code:
<table width="100%" height="100" border="0" cellpadding="0" cellspacing="0" align="center">
	<tr>
		<td width="254" align="left">
			<img src="/forums/images/styles/generic_bluev1.0/misc/gb_header_01.gif" width="252" height="100" alt="Business Development Online" />
		</td>
		<td width="100%" style="background: url(/forums/images/styles/generic_bluev1.0/misc/gb_header_02.gif);"><img src="/forums/images/styles/generic_bluev1.0/misc/gb_header_02.gif" width="100%" height="100" alt="" border="0" />
		</td>
		<td width="45" align="right">
			<img src="/forums/images/styles/generic_bluev1.0/misc/gb_header_04.gif" width="45" height="100" alt="" />
		</td>
	</tr>
</table>

Last edited by Lizard King; 02-15-2007 at 05:37 PM.



#6   02-14-2007, 11:01 PM
sbatson will become famous soon enough Join Date: Feb 2007 Posts: 16 Location: Orangevale, CA
Re: Strange Behavior with Generic Blue Skin...


Getting Closer....it still looks great in Safari and Firefox. The graphics are in the proper place in IE now, but there is some space and a blue line between the header graphics and the rest of the page.

I've looked and looked at the header HTML and I can't see anything that looks wrong.
--------------------
Steve Batson
The Digital Photographer Zone Online



#7   02-15-2007, 09:10 AM
Lizard King has a spectacular aura about Join Date: Sep 2006 Posts: 112 Location: istanbul
Re: Strange Behavior with Generic Blue Skin...


Quote:
Originally Posted by sbatson View Post
Getting Closer....it still looks great in Safari and Firefox. The graphics are in the proper place in IE now, but there is some space and a blue line between the header graphics and the rest of the page.

I've looked and looked at the header HTML and I can't see anything that looks wrong.
I updated the code



#8   02-15-2007, 10:28 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,817 Location: Topeka, KS
Re: Strange Behavior with Generic Blue Skin...


Thanks for helping out Lizard King
--------------------
Brandon Sheley / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar



#9   02-15-2007, 12:21 PM
sbatson will become famous soon enough Join Date: Feb 2007 Posts: 16 Location: Orangevale, CA
Re: Strange Behavior with Generic Blue Skin...


Quote:
Originally Posted by Lizard King View Post
I updated the code
No change to the graphic, but that added an error:

$spacer_open $_phpinclude_output

I'm guessing something isn't closed or terminated properly, but I didn't see anything that stood out.

Thanks for everyone that offered help on this. I finally pulled the code into FrontPage and I was able to cleanup some extra spaces that didn't seem to be showing up as HTML. Once I did that, it started working fine.

I also had to make some minor adjustments to the footer since the template for that had some problems with centering text.

Anyway, thanks again! I'm actually kind of glad I had to go through this, I wouldn't have found this great forum otherwise.
--------------------
Steve Batson
The Digital Photographer Zone Online

Last edited by sbatson; 02-15-2007 at 11:15 PM. Reason: Automerged Doublepost



#10   01-13-2008, 05:43 PM
Send a message via ICQ to MPDesignZ Send a message via AIM to MPDesignZ Send a message via MSN to MPDesignZ Send a message via Yahoo to MPDesignZ MPDesignZ will become famous soon enough Join Date: Dec 2007 Posts: 14 Location: Aurora, CO. USA
Re: Strange Behavior with Generic Blue Skin...


Hey just wanted to say that I have fixed these issues with the skin a little while ago. I saw this link here and fixed the skin
Post New Thread  Closed Thread
vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tech Blue SKin t2c vBulletin 3.6.8 4 02-09-2008 02:26 AM
Smart Blue skin for vb3.6 miner vBulletin styles - 3.6.0 36 05-01-2007 11:58 AM
[vb 3.6.3] - Orange Blue skin Brandon vBulletin styles - 3.6.3 0 11-26-2006 06:38 PM
[vb 3.6.3] - Silver Blue skin Brandon vBulletin styles - 3.6.3 0 11-26-2006 05:59 PM
[vb 3.6.3] - Blue Toast skin Brandon vBulletin styles - 3.6.3 0 11-26-2006 05:30 PM


All times are GMT -6. The time now is 04:28 AM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory