Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Guys and Gals,

Thank you all for your continued support, I really appreciate it!

The problem (I believe) is that something on my site is padding it out, resulting in unsightly scroll bars in BOTH directions!

I would appreciate it greatly if you could look into this as I have pondered and altered the site to the point of despair because of this issue.

Also... Google keeps linking from words in the paragraph section on the Homepage. It does look unsightly for a first page as you cant make a second first impression!

I believe that although this could be in my favour for SEO, is there a way of either, (1) Let Google link but not display the text underlined or dis-coloured OR (2) Disable the linking altogether.

The Test Domain is: http://stiflervision.co.uk/[^]

Many Thanks!

Kyle
Posted
Comments
Jeff Blankenburg 8-Mar-13 8:17am    
I have a few questions about this:

1) I only get scrollbars when my browser window is smaller than your content. I'm using IE 10. What is your target resolution?

2) Your site doesn't scale responsively at all. If you have content that is always the same size, you're going to get scrollbars when the browser is smaller than that.

3) Regarding "Google keeps linking from words in the paragraph...", this sounds like a local issue on your machine. Have you tried other browsers? Have you tried other machines? Google cannot do this to your site automatically, without additional software loaded on your computer.
Kyle Crewe 8-Mar-13 8:29am    
Hi Jeff,

Than you for your response.

My target resolution is 1280 x 1024. I am primarily testing in my native browser Google Chrome and also check for compatibility in IE8, (I have yet to test in Firefox).

I don't understand though because one of the monitors that I am testing on is 1280x1024 and the main header image is 1280x1024.. seems logical but have scroll bars :/

What do you mean by it doesn't scale responsively? Do you mean upon resizing the browser window?

And your right.. I didn't notice but IE8 doesn't create the Google links :)

Jeff Blankenburg 8-Mar-13 8:33am    
If your monitor is 1280x1024, you're not going to get that entire resolution in your browser. Browsers have edges, and those take up pixels. In addition, scrollbars take up pixels.

You should shrink everything down 40 or 50 pixels (horizontally) to accommodate for the different edges that browsers will present.
Kyle Crewe 8-Mar-13 8:40am    
Aaaah.. Silly me!! :)

I was contemplating having a sledge hammer party and supplying beer for friends to come round and take turns on my computer! haha

Thank you very much, I will have a resize and let you know soon!
Prasad Khandekar 8-Mar-13 8:57am    
Jeff is right, In your css you are specifying the min-width & min-height as 1280 & 1024 respectively. You are definitely not going to get this much area on a monitor with resolution as 1280x1024. Browser will reserve some space for drawing borders, toolbars, scrollbars etc. So best solution is to change these values to 960 x 768 or so.

1 solution

Hello Kyle,

Remove width rule from styles Home & Home_header_image. I have tried with the mentioned link & changed these values using IE Developer Tools. It also works with Chrome & Firefox

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900