I've a <table> which has 10 column and 10 row i want to give different background to 1st and and 3rd column and another different background color to 8th row . is it possible without css class/id
for example. if i want to quickly wrap anything by this in once.
<div class="one">
<div class="two">
anything can be here - content, other html tag etc.
</div>
</div>
Hello every one I am trying to add color in c# code with color code
for eg ..
ListTreeView.Background = "#FFE7EFF2";
but this will give me error ;
so what can I do tell me ..
Thanks....
I want to submit this form through PHP. with validation for required field and validation for phone number and email field also
<form action="" method="" id="get-protected">
<div class="row requiredRow">
<label for="txt_FirstName">
First Name</label>
<input id="txt_FirstName" type="text" class="required"…
Everyone, every blog is talking about HTML 5 and giving solution to use HTML in all browsers including IE6.
Should we leave XHTML 1.0 now and go
for HTML 5 and use JavaScript for IE6 support?
Does all other desktop/mobile browser
except IE6 supports HTML 5 without
adding JavaScript?
Will every browser render CSS written
for HTML 5 elements?…
Today i found a good example to make whole div clickable in coolway.
http://is.gd/b9xQm
Is there a way to make this effect compatible with Screen-reader and keyboard user and even at least accessible if JS disabled (using css hover).
Atleast link should be shown somewhere if JS is disabled.
font-weight:normal
font-weight:bold
font-weight:bolder
font-weight:lighter
font-weight:100
font-weight:200
font-weight:300
font-weight:400
font-weight:500
font-weight:600
font-weight:700
font-weight:800
font-weight:900
I've only used font-weight:bold and sometime font-weight:normal to override bold so far? What are usages of others?
If I'm alreadu using jquery library on site then should i use origional sifr or jquery plugin.
What are cons to use jquery sifr plugin over origional sifr 3?
jQuery sIFR Plugin
http://jquery.thewikies.com/sifr/known-issues
Why do browser vendors make their own
css properties, even they know these
will not pass the w3c validation?
What is the purpose? Is for their own
testing, or for web developers, or to
demonstrate browser capabilities
to the world and to the W3C organizations
and to CSS development team of W3C?
is it like a beta version of
demonstration?
if i…
What is target="_new"? validator giving error..
How to do this with jquery bcoz Validator giving error
on same page i have
target="_new" and target="_blank"
target="_new" is in that form code which i received from email newsletter company
I'm using this for target="_blank"
$(function() {
$('a[href^=http]').click( function() {
…
I have to show like
(a)
(b)
(c)
Update:
I found a CSS way
ol {list-style-type: none;}
li:before {content: "(" counter(section, lower-alpha) ") ";}
li { counter-increment: section;}
but it not works in IE 7 and lower.
How to enable support of counter in all other browsers using jquery which do not support natively.?
What is preferred strategies for cross browser and multiple styled table in CSS?
in default css what should i predefined for <table>, td, th , thead, tbody, tfoot I have to work in a project there are so many tables with different color schemes and different type of alignment like in some table , i will need to horizontally align data…
How to show mouseover tooltip on selected word on web page using javascript? i want to set some conditions
For example:
If page has text <p> I'm Web Designer </p> inside <div id=example> then it should show tool tip on Designer but tooltip should not be shown for designer without adding any span to Designer and designer.…
http://www.w3.org/QA/Tools/Icons
If my code is valid then Should i add
logo to all my personal and client
sites.?
Should i add logo to client sites and
tell to client these are good to
have?
If code is valid but semantically
correct even can we use logo?
What is benefit and purpose to add
these logos for XHTML, CSS
accessibility.
And what…
I want to make a cross-browser (FF3, IE6, Safari, Opera), W3C valid (HTML and CSS both), stretchable (horizontally vertically), without JavaScript and with Semantic and lesser HTML markup Round CORNER. Images can be used for IE6.
I've tried and tested many techniques available on community. But everything has one of the problems mentioned…
Is there a method to include CSS background images in print?
If i use image replace techniques for (which is considered as a best practice) Logo then logo doesn't come in print.
and many places in site CSS background is saving bandwidth and my time both. but client is asking to include many things in print also.
What should i do?
Hello Guys,
I am working some ObservableCollection converting to lembda it will give me error
this is my actual code .
foreach (var item in Query)
{
userDetail.Add(new UserDatail(item.ID,item.Name, item.Address, item.City, item.Pin, item.Phone));
}
and I am try to add as lembda
…
How to show this type of reminder warning to user (mainly i need this for screen reader user), if user click on link which will open in new window?
Is my wording ok, please suggest if it can be better ? I want to show this message for any link of website or file like PDF, DOC etc. which is opening in new window?
Sometime…
How to get consistence rendering of paragraph text in all browsers?
See IE 7 rendering like this
and FF like this . which is ok to client
How to get same result in both browsers, i mean FF rendering in IE? my client needs "non-executive" in same line in all browsers, Is <br /> only solution of this.
Update :…
in default css what should i predefined for <table>, td, th , thead, tbody, tfoot I have to work in a project there are so many tables with different color schemes and different type of alignment like in some table , i will need to horizontally align data of cell to right, sometime left, sometime right. same thing…