Vote for BP.Net for the 2013 Forum of the Year! Click here for more info.

» Site Navigation

» Home
 > FAQ

» Online Users: 745

1 members and 744 guests
Most users ever online was 47,180, 07-16-2025 at 05:30 PM.

» Today's Birthdays

None

» Stats

Members: 75,905
Threads: 249,104
Posts: 2,572,097
Top Poster: JLC (31,651)
Welcome to our newest member, Pattyhud
Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    BPnet Veteran
    Join Date
    01-30-2009
    Posts
    6,112
    Thanks
    1,163
    Thanked 1,689 Times in 1,200 Posts
    Images: 4

    Re: Finally Paid my Domain Bill HA

    thing about the overlapping is i wont be able to find out if it moved it over enough if i dont have a linux maching to read the site from.

    and yes windows and linux DPI is different on browsers.

    the header is like that one every page. i just put in tags as nothing will show up. all i gotta do is delete, but thats too much work In CPanel 7. i tried IE7 8 , firefox ,opera, safari and the words dont overlap on that image. so im gonna stick with the windows based code as im not repairing linux machines.

    if you have linux installed then obviously they know how to fix their own machine.

  2. #22
    BPnet Veteran
    Join Date
    01-30-2009
    Posts
    6,112
    Thanks
    1,163
    Thanked 1,689 Times in 1,200 Posts
    Images: 4

    Re: Finally Paid my Domain Bill HA

    this is my css code for the header. been using this for a long time with no errors.

    then again never had liniux ppl tell me i had errors since its diff os.

    #desc {
    height:200px;
    color:#ffffff;
    padding:0;
    background:#505050 url(images/front.jpg) top left no-repeat;
    clear:both;
    margin:5px 0 15px 0;
    }

  3. #23
    Registered User
    Join Date
    01-15-2009
    Location
    Turku, Finland
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Re: Finally Paid my Domain Bill HA

    Quote Originally Posted by flameethrower View Post
    thing about the overlapping is i wont be able to find out if it moved it over enough if i dont have a linux maching to read the site from.

    and yes windows and linux DPI is different on browsers.

    the header is like that one every page. i just put in tags as nothing will show up. all i gotta do is delete, but thats too much work In CPanel 7. i tried IE7 8 , firefox ,opera, safari and the words dont overlap on that image. so im gonna stick with the windows based code as im not repairing linux machines.

    if you have linux installed then obviously they know how to fix their own machine.
    Well, if you just change the em to pt in your css the text will show up identical in linux and windows since that is a pixel-based size definition much like px which would also work here.
    Just a though since the current way you're doing it will also look different if for example someone using windows with a larger font-size set in their browser due to eyesightproblems stumbles upon your website. And hey, you'd think that a few of your future clients might actually be older people with little knowledge of computers and possibly worse eyesight due to age

  4. #24
    Registered User
    Join Date
    01-15-2009
    Location
    Turku, Finland
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Re: Finally Paid my Domain Bill HA

    Quote Originally Posted by flameethrower View Post
    this is my css code for the header. been using this for a long time with no errors.

    then again never had liniux ppl tell me i had errors since its diff os.

    #desc {
    height:200px;
    color:#ffffff;
    padding:0;
    background:#505050 url(images/front.jpg) top left no-repeat;
    clear:both;
    margin:5px 0 15px 0;
    }
    You should get the same result you are having now but with cross-os -support if you change the following:
    Code:
    #desc h2 {
    color:#FFFFFF;
    padding:15px 15px 0;
    }
    to something like:
    Code:
    #desc h2 {
    color:#FFFFFF;
    padding:15px 15px 0;
    font-size: 14pt;
    }

  5. #25
    BPnet Veteran
    Join Date
    01-30-2009
    Posts
    6,112
    Thanks
    1,163
    Thanked 1,689 Times in 1,200 Posts
    Images: 4

    Re: Finally Paid my Domain Bill HA

    i set FF on size 18 fone form default 16 and i got overlapping. most old ppl computers i will repair will be on the default of 16 and wotn be changing the sizes. IF they do change the size they will notice many sites with overlapping due to the side demand. if you look at my main page its fixed but not as bold

    EDIT: Thanks for the Tips i got it sorted out.
    Last edited by RichsBallPythons; 03-16-2009 at 01:53 PM.

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBadvanced CMPS v4.2.1