Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
hr
- Page 1
Re: how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by Salem
… the program from scratch? Say you cost the business $40/
hr
(that's a low in the west by the way…
<hr> at top
Digital Media
UI / UX Design
12 Years Ago
by jackbauer24
…quot;249"/> </p> <
hr
/> <div class="linksPositionDiv">… padding: 0px; } Can you see the <
hr
> in HTML???Well, I want it to appear …
Re: <hr> at top
Digital Media
UI / UX Design
12 Years Ago
by JorgeM
The problem is that both image elements have an absolute position. Absolute removes the element from the normal flow making the
hr
element move to the top.
Re: <hr> at top
Digital Media
UI / UX Design
12 Years Ago
by jackbauer24
I want it to have absolute positioning. Is there any other way to get <
hr
> at the bottom?
Re: <hr> at top
Digital Media
UI / UX Design
12 Years Ago
by |-|x
try abs positioning the `
hr
` also, there is an extraneous `</p>` in there.
Re: <hr> at top
Digital Media
UI / UX Design
12 Years Ago
by jackbauer24
.hrStyle { position: absolute; top:100px; } the
hr
disappears!
<hr> tag within a listview based on condition
Programming
Web Development
12 Years Ago
by barriegrant1
…given i want a <
hr
> in the client … 2]; //NEED TO ADD <
HR
> RULE HERE } } count …Eval("Date")%><
hr
runat="server" id…
HR color in HTML
Digital Media
UI / UX Design
12 Years Ago
by bcarancibia
… I am having some trouble changing the color of my
HR
tag in HTML. All it is doing is making a…
HR
but it is not changing the color. Any help would …> <h1>Email Preferences</h1> <
hr
color="#FF0000" /> <table class="form…
Re: HR color in HTML
Digital Media
UI / UX Design
12 Years Ago
by JorgeM
…across browsers. First remove the color attribute from the <
hr
> tag. Next apply this style in CSS…. `
hr
{color: #FF0000; background-color: #FF0000;height: 1px; border:none;}` or… just want to test it within the HTML page, `<
hr
style="color: #FF0000; background-color: #FF0000;height: 1px; border…
Re: hr style
Digital Media
UI / UX Design
12 Years Ago
by bojjamnaresh
…quot;text/css">
hr
{border:dotted 4px #F90;} /* use this for… dashed
hr
{border:dashed 4px #F90;} */ </… </head> <body> <
hr
/> </body> </html>…
Re: hr style
Digital Media
UI / UX Design
12 Years Ago
by davy_yg
This shall reset all <
hr
> into the same patern right? what if I would like some <
hr
> to remain a straight line with black color.
Re: hr style
Digital Media
UI / UX Design
12 Years Ago
by JorgeM
So for line 23, change it to something like.. `<
hr
class="dotted" />` Then in your style sheet... `
hr
.dotted {border:dashed 4px #F90;}`
Re: HR tag line
Digital Media
UI / UX Design
11 Years Ago
by Violet_82
If it helps, I try not to use
hr
anymore, anytime I need to achieve the same effect I …}` (obviously tweak it as needed) and here's your pseudo-
hr
Hr Online Project
Programming
Web Development
14 Years Ago
by qasimidl
i need to develop
hr
system . In Its First Module i have to develop Employee …
hr style
Digital Media
UI / UX Design
12 Years Ago
by davy_yg
Hi, I would like to style my <
hr
> line with css. How to create dashed or dotted line with orange color with css? Thanks.
Re: hr style
Digital Media
UI / UX Design
12 Years Ago
by code_rum
Add class and apply changes to that
hr
with the added class
Re: hr style
Digital Media
UI / UX Design
12 Years Ago
by charlijoseph
just change in style sheet of class
hr
.
HR tag line
Digital Media
UI / UX Design
11 Years Ago
by solomon_13000
The line appears as a red line in google chrome for the below tag: <
hr
width="1052" style="border: 1px solid #990000" color="#990000" size="1"> However when I view in IE it appears as a box with white filling but red border line. Did I miss something? Your help is kindly appreciated. Thank You.
Re: HR tag line
Digital Media
UI / UX Design
11 Years Ago
by JorgeM
What version of browser is giving you an issue. different browsers/versions use different properties to style the
hr
element. Try adding the background-color property as well. `background-color: #990000;`
Re: <hr> at top
Digital Media
UI / UX Design
12 Years Ago
by jackbauer24
i know that theres a </p> in there. daniweb put one itself.
Re: <hr> at top
Digital Media
UI / UX Design
12 Years Ago
by |-|x
you need to add a `width` property, else it defaults to zero.
Re: <hr> at top
Digital Media
UI / UX Design
12 Years Ago
by jackbauer24
.hrStyle { position: absolute; top:150px; width:1px; } still hidden!
Re: <hr> at top
Digital Media
UI / UX Design
12 Years Ago
by |-|x
you have told it to be 1 pixel wide... it needs to be something like `width:100%`
Re: <hr> at top
Digital Media
UI / UX Design
12 Years Ago
by jackbauer24
WAIT! now i see it! a tiny dot towards the left! as i increase width, length increases...
Re: <hr> at top
Digital Media
UI / UX Design
12 Years Ago
by jackbauer24
perfect at 1260px;
Collecting time in 24 hr format
Programming
Web Development
12 Years Ago
by skliz
… time is in 24 hrs format it returns a 24
hr
format time. but when it is 12 hrs format it… returns a 12
hr
format time. But I want my time to be in… and detection script that would help me generate a 12
hr
format and convert it to 24…
Re: Collecting time in 24 hr format
Programming
Web Development
12 Years Ago
by skliz
yeah it does returns 24
hr
format when my system time is in 24 hrs format. But if it is 12 hrs format I get a 12
hr
format time. It kind of confusing for me cos my app really needs time in 24hr format.
CSS: coloring hr.
Digital Media
UI / UX Design
17 Years Ago
by Pim
I'm using the following css: [code]
hr
/*
hr
tag wordt hier opgemaakt, color werkt alleen met IE*/ { width: …
needed: 24 hr timepicker in javascript
Programming
Web Development
15 Years Ago
by Blacklister
hey, I need a 24
hr
i.e 00:00 to 23:59 timepicker in javascript. Precisely, the requirement is such that the database format are 24
hr
timestamps. Hence I cant use am or pm time pickers.. Plz help guyzz..
Fading out hr?
Digital Media
UI / UX Design
13 Years Ago
by Joshua Kidd
How can I get an
hr
to fade off into the page color on both ends? Not an effect. Just the look of the <
hr
> Thanks if someone can help :)
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC