473,385 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

diffrence between normal and none value for content property

hi

what is real or visual diffrence between normal and none value for content propery when we use them for :after or :before pseudo-class selector?

thanks alot for your help.
Jun 17 '11 #1
2 1906
the main difference in CSS2.0 between the :after and :before pseudo-class selectors are:

:after class is nomally used to insert some form of content after the stated element.
whereas the :before class will place the content before the stated element.

e.g
p:after will insert content after every <p> element

Vs

p:before whill insert content before every <p> element


does that help you by answering your question?
Jun 23 '11 #2
MusoFreak200 dear,
i understand the meaning of :before or :after selector ,but my question is as follow:
what is visual diffrence between none value and normal value for content property that is writen into :after or :befor selector's declaration block.
for example what is deffrence between two below ruls:
p:before {content:none; } and p:before {content:normal; }

by the way thank alot for your help.
Jul 1 '11 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: fatboy | last post by:
I have a lot of existing forms that descend from a custom base class. I want to add to the base class a new property containing a unique string. When the application is next built i want to...
2
by: moid | last post by:
how to pass dynamic value to property in usercontrol im using this but its not working <uc1:BusinessUnit id="BusinessUnit1" Type='<%# type %>' POID='<%# poid %>'...
0
by: Bryan | last post by:
Hello all, Is there a way to mark a value-type property on a class as optional when being used as a parameter to a web service? The problem is that I don't want the consumer of the web service...
2
by: Tom | last post by:
I have a function which finds the x and y coordinate of any object in the document by referring to offsetLeft or offsetTop value of the object's offsetParent, all the way to the top of the DOM,...
2
by: psbasha | last post by:
Hi , I am getting a 'None" value when I am searching a key in the dictionary.How to element the return 'None" value data. How to compare whether the return value is 'None" or not? Thanks ...
3
by: Harvey Triana | last post by:
Hi-- Sample. When i write something like: <input type="button" name="btnSend" value="Send" onclick="callSomeTask(getElementById('myControl').value );return false; /> I can run some cliente...
45
by: Zytan | last post by:
This returns the following error: "Cannot modify the return value of 'System.Collections.Generic.List<MyStruct>.this' because it is not a variable" and I have no idea why! Do lists return copies...
1
by: MLH | last post by:
The TimerInterval property setting is a Long Integer value between 0 and whatever you set it to. The countdown starts when the form loads and that is what I would like to read. Any way to read an...
1
by: nvj944 | last post by:
I'm trying to subclass a dict object to create an object where some key values = 'property(fget, fset, fdel, doc)'. For some reason when I get the dictionary key a 'property object' is return instead...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.