COZY Campus Adult Webmaster Forums

 
 
 


Go Back   COZY Campus Adult Webmaster Forums > Cozy Discussion

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-11-2008, 07:39 AM
sunfunbill's Avatar
sunfunbill sunfunbill is offline
Bilinda the lil bitch!
 
Join Date: Mar 2003
Location: Lesbian fun house
Posts: 5,364
Question Can you look at this theme and tell me what you see?

I am having a very weird problem. I uploaded a nice new theme for Ashley's new lesbian blog. It's the same theme I see several others on here using on some blogs.

In my browser it looks fine. But in hers the top title font is different, and there is a faint yellow streak on the post background. I have FF3, she has FF2.

The top font should be white and in a cursive script style. The post background should be plain white.

Anyone have any idea why it's different in her browser? She tried IE and the font is cursive, but still sees a yellow streak!

It is:
femlesbiansex.com
Thanks much!
__________________
Lover Cash Gay, teen, tranny & more dating, high converting!
Visit my Orlando Vacation site, Orlando Inside!
My site Crossdresser Playground CD/TV/TS community
Reply With Quote
  #2  
Old 07-11-2008, 08:22 AM
Mel-AEBN's Avatar
Mel-AEBN Mel-AEBN is offline
Getting ****
 
Join Date: Jun 2006
Location: Charlotte, NC
Posts: 53
Send a message via ICQ to Mel-AEBN
I use IE -- And I see the same thing as she does

The yellow "streak" is actually pretty wide, personally I don't think it looks particularly bad. I would suggest making the script font size larger though -- Looks a bit scrunched.

And yes, "scrunched" is a technical term
__________________
Sales Executive (AEBN)
1.800.628.0241 / Ext: 278
melissa.giambalvo@aebn.net
ICQ: 221203887
www.xpeeps.com/AureliaMel
Reply With Quote
  #3  
Old 07-11-2008, 08:30 AM
sunfunbill's Avatar
sunfunbill sunfunbill is offline
Bilinda the lil bitch!
 
Join Date: Mar 2003
Location: Lesbian fun house
Posts: 5,364
Thanks for taking a peek at it. Yes I intend to change the font, just wanted to get this figured out first. It's a popular theme so I don't understand why it's doing this. Must be one damn line or something not quite right.
__________________
Lover Cash Gay, teen, tranny & more dating, high converting!
Visit my Orlando Vacation site, Orlando Inside!
My site Crossdresser Playground CD/TV/TS community
Reply With Quote
  #4  
Old 07-11-2008, 08:36 AM
razor's Avatar
razor razor is offline
Registered User
 
Join Date: Sep 2006
Location: South Africa
Posts: 793
I also see the yellow Bill (FF2) - I actually think its part of the theme.
Reply With Quote
  #5  
Old 07-11-2008, 10:00 AM
Ronzo Ronzo is offline
Cozy Freshman
 
Join Date: Jan 2007
Location: Home on the Ranch
Posts: 31
Send a message via Yahoo to Ronzo
The noticeable difference in its rendering between FF3 and IE is the "scrunched" look to the blog's title in IE. The yellow band that's visible in both browsers does appear to be an intentional design element... the exact color of that yellow (#FFFFEA) isn't readily visible anywhere in your source code.
Reply With Quote
  #6  
Old 07-11-2008, 10:55 AM
odysseus's Avatar
odysseus odysseus is offline
Registered User
 
Join Date: Aug 2004
Location: Tucson, AZ
Posts: 975
Send a message via ICQ to odysseus
I just checked it out in ff2 and ie6, and I don't see any yellow. What I do see is that the h1 tag "Fem Lesbian Sex" is positioned differently in each of the 2 browsers causing the background for that section to repeat a little bit. The reason for that is that each of the browsers has a different default for the margin or padding space around the element. Find the CSS selector for that element, and make sure it's very specific and you should get closer to some cross browser compatibility. Specifically, look for margin-top, margin-bottom, padding-top, and / padding-bottom, and play with those values. In IE, the default space around a h1 tag is greater, so that pushes the area around it down a bit, and causes just a small amount of that background image to repeat vertically.

I hope that made sense. If you have a hard time with it, let me know and I'll try to explain a little better.
Reply With Quote
  #7  
Old 07-11-2008, 11:05 AM
sunfunbill's Avatar
sunfunbill sunfunbill is offline
Bilinda the lil bitch!
 
Join Date: Mar 2003
Location: Lesbian fun house
Posts: 5,364
Thanks all. This is the code for that:


/******* Blogtitle *************/

#blogtitle
{
width: 980px;
height:100px;
display: block;
background: url(img/header.gif);
color: #066fb0;
text-align: center;
font-family: Corsiva, "Lucida Handwriting", script;
margin: 0 auto 10px auto;
padding: 5px 0 0 0;

}


h1.blogtitle
{
margin: 64px 26px 0 5px;
font-size: 38px;
}


#blogtitle a:link {
color: #ffffff;
text-decoration: none;
border: none;
}

#blogtitle a:visited {
color: #ffffff;
text-decoration: none;
border: none;
font-weight: bold;
padding: 2px 15px;
}

#blogtitle a:hover {
color: #ffffff;
text-decoration: none;
padding: 6px 15px;
margin-left: 0;
}

What gets me is that in her browser the font is some type of block like font, not what the font should be. I'm thinking of taking out the whole title thing, and just using paint shop to write it right on the header image.
__________________
Lover Cash Gay, teen, tranny & more dating, high converting!
Visit my Orlando Vacation site, Orlando Inside!
My site Crossdresser Playground CD/TV/TS community
Reply With Quote
  #8  
Old 07-11-2008, 11:05 AM
Mr. Lovepants's Avatar
Mr. Lovepants Mr. Lovepants is offline
Registered User
 
Join Date: May 2003
Posts: 1,201
No yellow on Mac FF2 or Safari.

My only gripe is with Fing telling me there are hot babes in Central when I know full well that surfers in Asia can't sign up for Fling. But that is another thread grrr

Otherwise it's looking good so far
__________________
Seymour Totti's Foreign Policy | The Third Sex | One Night in Bangkok
"If I seem a little grumpy it's because I've had far too much grown-up responsibility for my
immature and hedonistic little mind to cope with. Apparently this is 'life'. Life can go fuck itself"
Reply With Quote
  #9  
Old 07-11-2008, 11:15 AM
Mr. Lovepants's Avatar
Mr. Lovepants Mr. Lovepants is offline
Registered User
 
Join Date: May 2003
Posts: 1,201
Quote:
Originally posted by sunfunbill
..... I'm thinking of taking out the whole title thing, and just using paint shop to write it right on the header image.
You mean deleting the h1 tag? I always believed that google was rather partial to that tag and the removing it was a bad idea.
__________________
Seymour Totti's Foreign Policy | The Third Sex | One Night in Bangkok
"If I seem a little grumpy it's because I've had far too much grown-up responsibility for my
immature and hedonistic little mind to cope with. Apparently this is 'life'. Life can go fuck itself"
Reply With Quote
  #10  
Old 07-11-2008, 11:26 AM
odysseus's Avatar
odysseus odysseus is offline
Registered User
 
Join Date: Aug 2004
Location: Tucson, AZ
Posts: 975
Send a message via ICQ to odysseus
Quote:
Originally posted by Mr. Lovepants
You mean deleting the h1 tag? I always believed that google was rather partial to that tag and the removing it was a bad idea.
Mr. Lovepants brings up a good point here. Sometimes what I do is to make the header graphic the way I want, but I'll still have a keyword rich tagline wrapped in h1 tags in that header area. Then I just position and style it with CSS. I'd leave some sort of h1 in the mix for the SEs.
Reply With Quote
  #11  
Old 07-11-2008, 11:34 AM
odysseus's Avatar
odysseus odysseus is offline
Registered User
 
Join Date: Aug 2004
Location: Tucson, AZ
Posts: 975
Send a message via ICQ to odysseus
Bill, what OS is she using? It's possible that the font isn't installed on her computer. I worked on a website for someone who had a mac and used "Lucida Handwriting". I had to install it on my my PC to see what she was seeing, and ultimately I changed the font to a more common font.
Reply With Quote
  #12  
Old 07-11-2008, 11:37 AM
sunfunbill's Avatar
sunfunbill sunfunbill is offline
Bilinda the lil bitch!
 
Join Date: Mar 2003
Location: Lesbian fun house
Posts: 5,364
Hmmm, that's a good point, I should change the font style to simply a more common type. She uses windows, so it should be in there, but maybe not.

I'll change the font style and see what happens. It does not look good now anyway, too skinny. Thanks much again!
__________________
Lover Cash Gay, teen, tranny & more dating, high converting!
Visit my Orlando Vacation site, Orlando Inside!
My site Crossdresser Playground CD/TV/TS community
Reply With Quote
  #13  
Old 07-11-2008, 11:46 AM
odysseus's Avatar
odysseus odysseus is offline
Registered User
 
Join Date: Aug 2004
Location: Tucson, AZ
Posts: 975
Send a message via ICQ to odysseus
Quote:
Originally posted by sunfunbill
Hmmm, that's a good point, I should change the font style to simply a more common type. She uses windows, so it should be in there, but maybe not.

I'll change the font style and see what happens. It does not look good now anyway, too skinny. Thanks much again!
I'm pretty sure I had to install Lucida Handwriting on my PC. Like I said about the aforementined website that I revised, they had already used Lucida Handwriting, and once I installed it I could see what they were trying to do. But, I could be wrong. I've installed so many fonts that it's tough to keep track.
Reply With Quote
  #14  
Old 07-11-2008, 12:25 PM
Hammer's Avatar
Hammer Hammer is offline
Master of My Domains
 
Join Date: Oct 2004
Location: Florida
Posts: 8,041
I wouldn't worry about giving the title of the blog an H1 attribute. The important thing is that the permalink headers on the individual post pages are H1s.
__________________
Porn Site Pros - Custom Website Design, Turnkey Sites, SEO, and Consulting
Reply With Quote
  #15  
Old 07-11-2008, 01:34 PM
Chang Chang is offline
Registered User
 
Join Date: Sep 2005
Posts: 309
Send a message via ICQ to Chang
In IE7 I see small cursive writing. In FF2 I see Large Roman (or similar). In both I see a large yellow band in the middle of the post background (kind of hard on the eyes, at least on my monitor).

Expanding on what odysseus said...

Corsiva and Lucida are not "native" fonts on Windows. You should always avoid using fonts that have to be installed, or at the very least, back them up with something more common like this...

font-family: Corsiva, "Lucida Handwriting", script, Arial, 'Sans-Serif';

Then the browser will try them in the order listed until it finds one installed. Otherwise it will just insert Times New Roman.

Still, this will cause you display problems/differences so as stated, just try to avoid the fancy fonts.
__________________
fapmaster.com NoPornStars.com
Reply With Quote
  #16  
Old 07-11-2008, 01:45 PM
sunfunbill's Avatar
sunfunbill sunfunbill is offline
Bilinda the lil bitch!
 
Join Date: Mar 2003
Location: Lesbian fun house
Posts: 5,364
Well I changed it to a more standard font for now. I hope that makes the yellow go away, but I don't see how it would. I don't get that yellow background on mine, just on hers.
__________________
Lover Cash Gay, teen, tranny & more dating, high converting!
Visit my Orlando Vacation site, Orlando Inside!
My site Crossdresser Playground CD/TV/TS community
Reply With Quote
  #17  
Old 07-11-2008, 11:25 PM
KatieAnn's Avatar
KatieAnn KatieAnn is offline
Cozy Freshman
 
Join Date: Nov 2007
Location: Ohio, USA
Posts: 68
Send a message via ICQ to KatieAnn
I see the yellow in IE7, FF2, and FF3 in both WinXP and Vista. Definitely looks like it's coded in there somewhere, sorry I can't be of any more help though!
__________________
Katie
TheCrossdresser.com || TGirls Blog
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump


All times are GMT -5. The time now is 05:43 PM.

Support our Cozy adult webmaster forum Sponsors:

Porn Reviews
Honest Porn Reviews
Stroke King Blue Design Studios
Blue Design Studios
  Adult Reviews
Adult Reviews

Pussy Cash FTVCash Etu-Cash Traffic Cash Gold GJ Servers
AdXpansion        

 

CozyFrog.com  |   CozyFlash.com  |   Friends & Links
© 2002-10 CozyCampus.com | Adult Forums for Webmasters! | 18+ ONLY!
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.