0
Welcome Guest! Login
0 items Join Now

Firebug headache

  • Firebug headache

    Posted 15 years 9 months ago
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Firebug headache

    Posted 15 years 9 months ago
    • hi penn!

      just a question, which template is this?

      kat
    • Kat05 / QA Lead & Support / Germany
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Firebug headache

    Posted 15 years 9 months ago
    • h1 { font-size: 16px; }

      If you want to go for pixels, but I dont know this template?
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Firebug headache

    Posted 15 years 9 months ago
    • OH Kat,

      faster again ... :cheesy:
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Firebug headache

    Posted 15 years 9 months ago
    • Uh md_glossypaint ...

      pretty old ... 8)

      And take a look at the css ... no css reset? Font sizes allover in Pixels ... really old school ...
  • Re: Firebug headache

    Posted 15 years 9 months ago
    • Actually, I quite like some of the older templates. If you are only doing a simple website, what's the point of using the newer templates that are all singing and dancing?

      I have included a screenshot with firebug open. You can see that I have selected the heading that I want to change. In the HTML panel you will see that it is heading one. If I change that, the heading changes just the way you want it to. That's as far as I've got. It actually looks okay in Firefox, unfortunately it's not the same in Internet Explorer, it looks rubbish, so I need to make it smaller

      This image is hidden for guests.
      Please log in or register to see it.
    • http://www.Oscarfishlover.com - the website for great Oscar Fish advice and help
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Firebug headache

    Posted 15 years 9 months ago
    • wich IE?

      (Nothing wrong about old templates, Sorry)
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Firebug headache

    Posted 15 years 9 months ago
    • OK, if you want to adress different IE-Versions I've got this in my toolbox (just experimental) ...

      Add to index.php after page title:
         <style type="text/css">
          h1 {
              font-size: 16px;
              }
          </style>
         <!--[if lt IE 8]><style>
          /* all IE < 8 */
          h1 {
              font-size: 14px; }
       
       /* Star-HTML-Hack IE < 7 */
          * html h1 {
              font-size: 14px;
             /* Hack for IE 5.5 und IE 5 */
              font-size /**/: 12px;
          }
          </style><![endif]-->

      before
      </head>

      I'm not so good at this hack thing, perhaps one of the experianced mods can jump in or google for IE hacks
    • Last Edit: 15 years 9 months ago by Henning.
  • Re: Firebug headache

    Posted 15 years 9 months ago
  • Re: Firebug headache

    Posted 15 years 9 months ago

Time to create page: 0.053 seconds