Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
826 views

horizontal line css problem with ie 9 , <hr /> color style not work in ie 9

why the below html code does not work in ie 9: <hr style="color:red;"/> how can i fix this ?
2
votes
4answers
613 views

CSS Horizontal Line

In my site I added google friend connect. Now on the right where the sidebar is, there is a small line. How do I remove the line because I dont want it there.
0
votes
0answers
55 views

HTML/CSS: horizontal line (DIV) changes size of TD

I have a table (please no comments like "don't use tables") with 2 TD elements. The first TD is my left navigation and the second is my content. In the first TD i have a DIV element, that is a ...
0
votes
3answers
1k views

Fastest horizontal line <-> convex polygon intersection algorithm?

I need to solve a relatively simple thing -- I've got n-vertices convex 2D polygon and a horizontal (!) line with some 'y' coordinate. I need only one thing: to check if the polygon is crossed with ...