7
votes
8answers
590 views
Sources of inspiration for navigation breadcrumbs
I'm looking for sources of inspiration and/or design patterns for navigation 'breadcrumbs'. So far I have found the breadcrumb collection on Pattern Tap. Does anyone know of any other sources?
0
votes
5answers
349 views
Chrome conditional comments
Hi,
Is there such a thing as conditional comments for Chrome?
I have a page that renders differently in chrome compared to firefox.
Thanks
0
votes
2answers
43 views
can we use rowspan and colspan in displaytag?
i have to create a table, whose structure is like this
|--------------------------------|
|col1|col2| col3 |col4|
| | | col3.1 | col3.2 | |
…
0
votes
1answer
15 views
Getting a <td>’s height and a <p>’s font size with JavaScript
How can I get and set a <td>'s height and a <p>'s CSS property font-size with JavaScript?
3
votes
4answers
1k views
Which is superior, CSS transparency or PNG Transparency?
Should I use PNG transparency or CSS transparency?
My first instinct is to go with CSS. However I heard somewhere that the filter in IE is slow and that I would get better results with PNG (ignoring …
0
votes
1answer
18 views
How do I remove the outline focus from a HTML Select Tag
Is there a way to remove the outline from the focus on an html select list?
I've tried setting it's active and focuse state to outline: none and even tried setting the -moz-focus-inner to …
0
votes
2answers
15 views
How to middle vertical align a radio button against an image in html?
I have multiple image of 100x100. I ask the user to choose one of them by putting an radio button before each of them.
This is the code :
<div>
<input type="radio" name="pic" …
0
votes
4answers
56 views
How to center a Div across all Monitors/Resolutions/Browsers?
Hello All,
I have created my own light box, the problem is that it shows centered on my monitor but not on wider monitors or bigger resolutions.
What is the best way to center a div across all …
1
vote
1answer
35 views
Blue lines around images within links in IE6
Why do I get a blue line around my images when they're links in IE6?
Is there a quick CSS trick to get rid of them?
0
votes
2answers
15 views
How to create a drop-shadow around the template like artisteer does?
I'm new to the CSS thing; learned it yesterday (really) and I did some templates since then, I'm evolving quite fast, but there is one thing I can't quite get. How do you make a drop shadow around …
0
votes
2answers
22 views
Stacking CSS3 Structural pseudo-classes
While practicing different scenarios in which CSS3 pseudo-classes and selectors might come in handy, I ran across something I just can't figure out!
Here's the situation. I want to modify the …
0
votes
1answer
22 views
CSS Rendering List Items in 2 rows
Let's say I have a series of elements designed to render via float:left inside a fixed-width container as follows:
Item 1 | Item 2 | Item 3 | Item 4
| Item 5 | Item 6
This is fine, Item 5 and Item …
1
vote
1answer
18 views
How to load css on ssl pages?
I am using relative paths to my css document, but on the ssl pages the document will not load. Navigating back to the non-ssl pages brings ssl back. How to I overcome this?
0
votes
2answers
31 views
Css trick to conjoin divs.
Is there a way we could conjoin three divs together?
Hello
<div class="mainContainer">
<div class="LeftDiv"></div>
<div class="CenterDiv">
<input …
1
vote
1answer
15 views
Center on anchored image after jump?
When I jump to an anchor tag in on a wide (4000px) page, the anchored image is horizontally aligned to the right. How can I get it to align to the center? I have tried several things but none seem to …
