Tagged Questions

0
votes
1answer
11 views

Is there a way to use a different image for each side of a CSS3 border-image?

On Firefox and Safari, I can use an image for the border with the following CSS: -moz-border-image: url(shadow_left.png) 0 7 0 7 round round; -webkit-border-image: url(shadow_left …
2
votes
3answers
36 views

Is W3C invalid HTML and CSS code harmful for SEO and problematic for screen reader users?

If i made a site and site looking well in all a grade browsers but if site shows some errors in both XHTML and CSS validation then is there any benefit to solve those errors? Is s …
0
votes
1answer
24 views

dynamic table size html

I'm making a website that has to fit in the entire screen regardless of screen-size. I'm using a table to use this at the moment but I ran into a problem. The web page is divided …
1
vote
2answers
23 views

CSS Grid System for Forms

Recently I've started using CSS grid systems and I find the whole process of designing a webpage much more simpler. Now I'm trying to stylize form elements but I'm having a really …
1
vote
1answer
23 views

Javascript drop down menu widget

I have a menu consisting of an <ul> in a Web CMS. I want several menu items to have sub-items that are displayed in a dropdown list. These sub-items are <ul>s as well. …
2
votes
5answers
82 views

Why we always use <ul> to make Navigation why not <ol> ?

Why we always use <ul> to make navigation why not <ol> ? While we can use both technically.
0
votes
4answers
67 views

Which CSS organization method is fastest?

If I have the following HTML: <p id="p1">Paragraph 1</p> <p id="p2">Paragraph 2</p> <p id="p3">Paragraph 3</p> <p id="p4">Paragraph 4< …
0
votes
4answers
44 views

Hover using jQuery

Having a bit of problem debugging my jQuery code... In order to allow hover effects on block elements (such as div) in IE, I want to use jQuery to do the trick instead of css. My …
1
vote
2answers
70 views

How to position two elements side by side?

I am quite new to the world of CSS, and I've been trying to figure out how to position the .main and .comment side by side in the example at the end, with one caveat. I don't want …
0
votes
1answer
36 views

Is there any jquery plugin or technique similar to Whatever:hover htc?

Is there any jquery plugin similar to Whatever:hover http://www.xs4all.nl/~peterned/csshover.html ?.I'm using jquery library already so is there any jquery plugin to make hover pos …
0
votes
0answers
15 views

A mask on the web view when you click

I am doing iPhone development with some quick tool that enables you to use HTML,CSS,JS. My testing code is mainly a web page with some JS CSS, but I found that when I click on the …
1
vote
4answers
50 views

How to write one IE conditional comment to target all IE versions at once?

I want to use a JavaScript only for all IE version 6,7 and 8.
2
votes
11answers
171 views

How do you make a good web site design

What resources do you use to make a good and beautiful web site design? Do you use templates? What patterns you use? Are there any web site with good resources and ideas?
0
votes
5answers
45 views

Simple CSS Centering Problem only on IE7, Chrome and FF Fine

I'm having a problem with a centered div only on IE7... on Chrome and Firefox it works properly. Here is the website, it's on Volusion.com so go easy on me it's an old platform :) …
0
votes
2answers
27 views

Centre aligned div, that has text aligned to the left.

I want that div in the middle of the page, the div should be 561px and the text needs to be left aligned. <div id="notes"> aaaaaaaaa a aaaaaaa aaaaaaaaa </div>

1 2 3 4 5 452 next
15 30 50 per page