CSS inspector issue

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
gLes
Posts: 33
Joined: Sat Aug 27, 2005 6:01 pm
Location: Budapest, Hungary
Contact:

CSS inspector issue

Post by gLes »

Hi!

I'm having some fun with CSS here, and I've noticed a little malfunction in the CSS inspector :roll:

It happened so that I tried setting the padding shorthand property like this:

Code: Select all

padding: 0 0 0 5px;
this should mean the same as:

Code: Select all

padding-left: 5px;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
Now if I set this in the inspector by expanding the padding node and entering the values above, then it goes alright, but when I collapse it and expand it again, it puts the 5px, in the top instead of the left field.

Am I doing something wrong? :)
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Does it? Not good. I will take a look.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply