If yes then presentational elements would be helpful in this condition so should we use those?
<b>…</b> , <i>…</i>, <big>…</big>, <small>…</small>, <tt>…</tt>, <hr />
These are valid tags
...
In what scenarios we should go for <dl> not <ul>?
Does it matter for screen reader user <ul> or <dl>? does screen reader software notify user about content is in <ul> or <dl>?
...
I'm using a picture with polygonal hotspots. In IE the hotspots are visible and I do not want that effect. How can I prevent this? Thanks
Go here: http://animactions.ca/Animactions/volet_entreprise.php with IE and select one
...
I have an outer div, and inside of that, I have an inner div which contains a list of images. When the images are wider than the outer div, I want to have it scroll horizontally, but instead, it just puts the image on the next line instead of expanding. If I add many rows, the div does scroll vertically, but horizontally, it doesn't do...
whenever i try and edit the css code, the entire menu is coloured. how can i fix this? i would like the submenu and menu bar to have different colours. thanks in advance:
/*Menu Bar styling classes*/
ul.MenuBarHorizontal{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
cursor: default;
width: auto;
}
ul.MenuBarAct...
Is it better coding practice to define an images size in the img tag's width and height attributes?
<img src="images/academia_vs_business.png" width="740" height="382" alt="" />
Or in the CSS style with width/height?
<img src="images/academia_vs_business.png" style="width:740px; height:382px;" alt="" />
Or both?
<img src="images/a...
Hi,
I have links in the following structure and I would like to know what the jQuery/css should be to hide the <img /> tags and fade them in on mouseover.
The idea here is that the HTML <img> is hidden and fades in on mouseover to provide a smooth effect.
Meanwhile a CSS background shows in the beginning.
HTML:
<div id="nav">
...
Bit of a bizarre question, but does anyone know the actual limit to the length of a webpage, and why it is the limit?
As an experiment, I'm using HTML and CSS to make a site that represents a journey to a scale of 1:1. I have a ul list of markers along the way that I have separated with large margins in the css. However, the longest mar...
Is it ok to use cellpadding="2" cellspacing="2" in ? of these are not recommnded by W3C and not right according to web standards?
What are alternative in CSS?
Update and is it also ok to use
<td align="right" valign="top">?
My question is in terms of separation of content and presentation and w3c recommendations.
Update:
Accordin...
In the jungle of frameworks out there, I've come to the conclusion that I cannot simply determine a framework beforehand without considering the type of application/site I want to create. So I think I need a rittre herp with determining this one.
This site is a heavy graphics site, where basically all of the content is presented in a sm...
Possible Duplicate:
Typical pitfalls of cross-browser compatibility
Generally what are the main issues of browser compatibility come when we create a web page?
...
Hello,
First of all, I am not an advanced JQuery developer, however, I have been creating what I call Strips Menu with JQuery, you can see it here by clicking the Preview link on top:
http://jsbin.com/uwopu3/edit
When I click on a strip, it promptly shows the contents relevant to hovered strip but I need sliding effect something that ...
Im trying to apply different background color to even and odd items in a UL.The code below works in Safarii but not in IE6. Is this a limitation in IE6 or is the CSS code incorrect?
ul#caseStudies {
float: left;
list-style: none;
margin: 0;
width: 100%;
}
ul#caseStudies li {
border: 1px solid #999;
float: left;
marg...
hello
something driver me crazy here
i have a big HTML template which i can't post but the problem is that when i write ul tag like this everything works find
<ul><li>something</li><li>something</li><li>something</li></ul>
but when i write it like this i got +4 pixel i don't know from where
<ul>
<li>something</li>
<li>something</li...
I have been trying to change the style of buttons in my firefox extension sidebar with a CSS file (change skin). However, the buttons don't seem to take over the style changes. I tried both background images and just changing color etc., which are both not working.
Is it possible to influence the button style at all in my firefox extens...
I was creating a website http://tapasya.co.in and i found that this site has some layout problem in IE 6 but working fine in Mozilla.
I want this site to look same as it is looking in Mozilla right now.
What i need to do in CSS do make it work perfect.
In mozilla also their is little space between two rows. I dont want that space.
E...
Can anyone explain rowspan and colspan, col and colgroup? And are these W3C valid and semantically correct? Under which circumstances are these useful?
...
Hi, this may be a very simple question, but is it possible to force a div not to have scrollbars? I have a div that i change the size of dynamically, and would like to force it to be fixed in size.
How would i do this?
Thanks
...
On a customer website, I have to add a background image for only a contained region of the page (its real content part).
The problem is, if the content is short enough, then the image will be clipped. How would be possible to have the image completely visible? I have tried to add the "overflow" CSS attribute but unfortunately it did not...
Is there any deprecated elements and properties checker (according to w3c) like w3c validator?
...