CSS Browser Problems - Really Stumped!!

This is a discussion on "CSS Browser Problems - Really Stumped!!" within the Web Page Design section. This forum, and the thread "CSS Browser Problems - Really Stumped!! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 17th, 2008, 21:12
Junior Member
Join Date: Jan 2008
Location: UK
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
CSS Browser Problems - Really Stumped!!

Hi,
Having recently completed a site for client, i thought all was good!! ooohh no!!
I tested the site previously in IE6 and IE7 (all good!!) or maybe not??
The first 2 images show the site in my clients browser, which looks to me like IE7, so really unsure why the text on the 'billboard' is all wonky?? (the questions not indenting properly and the company names on the 2nd image not aligned the correct way) should be it looked great on my machine in IE7, i thought if my rules were set in the CSS, all would be ok.. obviously not!!
the 3rd image shows the site in a screen size of about 1600 px wide..the background image i would like centered (at the moment its seems left aligned), whats the easiest way to achieve this??






help greatly appreciated!!
Reply With Quote

  #2 (permalink)  
Old Aug 20th, 2008, 16:41
Junior Member
Join Date: Apr 2008
Location: SHROPSHIRE
Age: 22
Posts: 14
Thanks: 1
Thanked 1 Time in 1 Post
Re: CSS Browser Problems - Really Stumped!!

Fraid i aint no css buff but give this a shot,

Change the background options in youre css to:

background-attachment: fixed;
background-image: url(background image here);
background-position: center center;

Hopefully that will fix background probs. and thats best i could work out.
Good luck and let me know how it goes!
Reply With Quote
  #3 (permalink)  
Old Aug 20th, 2008, 17:41
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,456
Blog Entries: 13
Thanks: 1
Thanked 18 Times in 16 Posts
Re: CSS Browser Problems - Really Stumped!!

you can also roll this up into shorthand like this:
Code: Select all
body { 
background:url('smiley.gif')no-repeat fixed center; 
}
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
Reply With Quote
Reply

Thread Tools

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
Cross Browser Problems - Need Help dramaticr21 Starting Out 3 May 4th, 2008 09:59
Stumped moojoo Classic ASP 4 May 22nd, 2006 19:51
Two problems - image alignment and new browser windows. DrRedSkwirrell Web Page Design 9 Oct 29th, 2005 00:51
Built my CSS site - Different browser problems - please help 7724 Web Page Design 0 Sep 30th, 2005 14:21
Different Browser Problems Zhan Web Page Design 1 Jul 28th, 2005 22:05


All times are GMT. The time now is 02:14.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43