 |
Results from the most recent live auction are here.
21 members in the live chat room. Join Chat!
| |
06-02-2006, 11:15 AM
|
· #1 | | Soon to be RICHdoggie! Name: Tom Location: UK Join Date: Jan 2005
Posts: 2,390
NP$: 300.50 ( Donate)
| Floating box? Hi.
I want a floating box. Basically I want to do what google do. Those of you with legal windows installations with iexplorer 7 installed will see a little box on google telling you to make google your default search or whatever. Basically I want a box like that.
I tried with a div, but you can't do "float:right" if you have "position:absolute". Do you understand?
Also, if anyone knows how I can tell if someone already has my search in internet explorer I would be grateful. IE: I don't want to hastle people to put my search in iexplorer if its already there.
Thanks
Tom |
| |
06-03-2006, 11:18 AM
|
· #2 | | Soon to be RICHdoggie! Name: Tom Location: UK Join Date: Jan 2005
Posts: 2,390
NP$: 300.50 ( Donate)
| Anyone? I am not sure how well I have explained it.
Basically, I want to float an "area" in the top-right of people's browsers, if they are using internet explorer 7. I want the box basically so that I can put in it a link saying "Use 6YD as your default search engine in IExplorer 7" with an arrow pointing to the search bar in Iexplorer.
All I need is:
a) knowledge of how to create a floating box that will not interupt the content of my site, but will hover in the top-right hand corner of the page.
b) knowledge of how to figure out if a user, on iexplorer 7, already has 6YD search as one of their search engines.
Thanks
Tom |
| |
06-03-2006, 05:20 PM
|
· #3 | | Soon to be RICHdoggie! Name: Tom Location: UK Join Date: Jan 2005
Posts: 2,390
NP$: 300.50 ( Donate)
| No-one? Pah... divs must be rubbish then... |
| |
06-03-2006, 05:38 PM
|
· #4 | | Buy my domains. Name: Dan Join Date: Feb 2006
Posts: 2,801
NP$: 54.00 ( Donate)
| I'm not sure what you want it to do.. I dont have IE7, blah, blah.. so I can't see it.
Do you mean it scrolls down the page when you scroll on Google? If that's it, you want position: static; and I'm not sure if that works in IE7. It does in FF, but not in IE6.
float: right; just puts it to the rightmost part of the elements container. |
| |
06-04-2006, 10:02 AM
|
· #5 | | Soon to be RICHdoggie! Name: Tom Location: UK Join Date: Jan 2005
Posts: 2,390
NP$: 300.50 ( Donate)
| No. The page I want it on is my homepage, which dosen't scroll. Basically I want it just "floating" over the page in the top right hand corner of the page. I will try and get a screenshot of google for you. |
| |
06-04-2006, 10:12 AM
|
· #6 | | Biz24.com -- Are you in? Name: Gene Location: Oswego, NY Join Date: Feb 2005
Posts: 4,600
NP$: 2710.60 ( Donate)
| |
| |
06-04-2006, 10:19 AM
|
· #7 | | Soon to be RICHdoggie! Name: Tom Location: UK Join Date: Jan 2005
Posts: 2,390
NP$: 300.50 ( Donate)
| not that complicated. By floating, I just meant static, not moving, but ABOVE the content, ie: position:absolute;
here is a screenshot (attached) |
| |
06-04-2006, 10:21 AM
|
· #8 | | Buy my domains. Name: Dan Join Date: Feb 2006
Posts: 2,801
NP$: 54.00 ( Donate)
| |
| |
06-04-2006, 10:30 AM
|
· #9 | | Soon to be RICHdoggie! Name: Tom Location: UK Join Date: Jan 2005
Posts: 2,390
NP$: 300.50 ( Donate)
| erm... so I can do this: Code:
#element{
float: right;
z-index: 999;
}
and that will not disrupt the content of my site? I will give it a go!  |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |