473,668 Members | 2,425 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

style for float bottom

I have created a test page with a window in it created by using divs, but I
haven't figured out how to move the "down arrow" to the bottom of the main
div.

http://www.hulenbend.net/test2.html

I was looking for a style property like float:bottom but I guess there isn't
one. I don't want to use any hard positional values like left: and top:

Any help is appreciated.

Mike
Jul 20 '05 #1
13 42350
Michael Hill wrote:
I have created a test page with a window in it created by using divs, but I
haven't figured out how to move the "down arrow" to the bottom of the main
div.

http://www.hulenbend.net/test2.html

I was looking for a style property like float:bottom but I guess there isn't
one. I don't want to use any hard positional values like left: and top:

Any help is appreciated.

Mike


It [down arrow] is at the bottom it's just underneath the arrow_up.gif.
Basically you just want both images/links visiable side by side? I know
you stated you're looking for the down arrow to be at the bottom of the
div but how exactly are you laying this out? The look of it? Not the
code. Give me a feel of where you are going with this if you could and I
would be happy to help.
Jul 20 '05 #2
"Michael Hill" <hi****@charter .net> wrote:
I have created a test page with a window in it created by using divs, but I


Don't multipost.

--
Spartanicus
Jul 20 '05 #3
"Michael Hill" <hi****@charter .net> wrote:
I have created a test page with a window in it created by using divs, but I
haven't figured out how to move the "down arrow" to the bottom of the main
div. http://www.hulenbend.net/test2.html
You want the down button at the bottom of the box on the right.

I was looking for a style property like float:bottom but I guess there isn't
one. I don't want to use any hard positional values like left: and top:
How about position:absolu te and then adjust "top" and "margin-left"?

If you change CLwindow height to 200:

..clDown {
position: absolute;
width:12;
height:12;
margin-left: 4px;
top: 180px;
z-index:60;
background-color:#EEF3F9;
layer-background-color:#EEF3F9
}
Any help is appreciated.


But wouldn't it just be better to use a listbox or combobox? True, you
can't use z-index. But do you really need z-index? And true, in IE the
only thing you can change is font color and background color. But that
might be sufficient. Plus, it will degrade to a standard control, if
styles are modified or overridden.
Jul 20 '05 #4
I dont want to use absolute positioning.

Mike
"Mark Johnson" <10*******@comp userve.com> wrote in message
news:3g******** *************** *********@4ax.c om...
"Michael Hill" <hi****@charter .net> wrote:
I have created a test page with a window in it created by using divs, but Ihaven't figured out how to move the "down arrow" to the bottom of the maindiv.

http://www.hulenbend.net/test2.html


You want the down button at the bottom of the box on the right.

I was looking for a style property like float:bottom but I guess there isn'tone. I don't want to use any hard positional values like left: and top:


How about position:absolu te and then adjust "top" and "margin-left"?

If you change CLwindow height to 200:

.clDown {
position: absolute;
width:12;
height:12;
margin-left: 4px;
top: 180px;
z-index:60;
background-color:#EEF3F9;
layer-background-color:#EEF3F9
}
Any help is appreciated.


But wouldn't it just be better to use a listbox or combobox? True, you
can't use z-index. But do you really need z-index? And true, in IE the
only thing you can change is font color and background color. But that
might be sufficient. Plus, it will degrade to a standard control, if
styles are modified or overridden.

Jul 20 '05 #5
It [down arrow] is at the bottom it's just underneath the arrow_up.gif.
Basically you just want both images/links visiable side by side? I know
you stated you're looking for the down arrow to be at the bottom of the
div but how exactly are you laying this out? The look of it? Not the
code. Give me a feel of where you are going with this if you could and I
would be happy to help.


Yes I want the down arrow at the bottom much like a control, not next to the
up arrow. This is going to be used in areas where I am limited with the
amount of room I have. So in my code the sizes can be static and I can place
stuff in there. It may contain any number of elements in it, not only
anchors as i have here, but possibly images as well.

I dont want to use hard positioning.

Thanks, Mike
Jul 20 '05 #6

I posted it first in .... html, then when I found this ng I thought it was
more appropriate to be here. You know, if I could have removed it from the
other I would have, but you know ..... I couldn't. If you are offended
sorry, just ignore it.

Mike
Jul 20 '05 #7
"Michael Hill" <hi****@charter .net> wrote:
I posted it first in .... html, then when I found this ng I thought it was
more appropriate to be here.
What are you replying to? (quote a minimal bit of what you are replying
to).
If you are offended


You were given advice, who said anything about being offended?

--
Spartanicus
Jul 20 '05 #8
>
If you are offended


You were given advice, who said anything about being offended?


You didn't give any advice. No one did, I said "IF".

Mike
Jul 20 '05 #9
On Thu, 29 Apr 2004 06:44:51 -0500, Michael Hill <hi****@charter .net>
wrote:
I dont want to use absolute positioning.


Please don't top post.

Are you allergic to absolute positioning? What if it's the best tool to do
what you want?
Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
2526
by: TheKeith | last post by:
Is it just me or does opera and ie not render the float style properly? IE does a sucky job at it, but opera makes a total mess; Mozilla/Firefox renders it correctly however. I'm just trying to be a good boy following the html 4.01 strict spec, and taking it a step further by not using tables for layout, but it's becoming a real pain. You would figure putting a strict doctype declaration at the top of the page would create a uniformity in...
3
5281
by: T | last post by:
I am attempting to create a menu using <div> and <span> tags within a table cell. When the page loads, some of the classes don't seem to be applied. If I hover over the menu everything is fine from that point on. If I remove the table everything renders correctly, and I have no problems. Unfortunately, I need to nest this menu within a table. I am currently having this problem in IE 6. Thanks in advance for the help! <html>...
17
2382
by: ryan.fairchild | last post by:
Ok, I have a problem with my boxes. I am making a blog currently but I don't think I am implementing my boes correctly. My website is www.ryanfairchild.com. Currently it looks fine as the sider bar is to the right and in place however if I post a topic with a long name then the box where the sidebar is displays recent topics, but if the topic is too long then it wraps underneath the main content box and throws off the whole scheme. I...
21
3963
by: Michael Bierman | last post by:
Please forgive the simplicy of this question. I have the following code which attempts to determine the color of some text and set other text to match that color. It works fine in Firefox, but does nothing in IE. I'd be greatful for any assistance. Also, if I will have problems the code on Opera or Safari, I'd appreciate any pointers--I don't have a Mac to test Safari. THanks very much, Michael
7
1352
by: ~john | last post by:
I'm trying to move myself off of using tables for page layout so I'm giving DIV tags a shot, mostly for the header, right and left columns... with left being the traditional navigational side and the right being the main page body. A problem I'm running into that I didn't have using tables is when content is too big in a div, it throws the layout of the page off. For example... here's a link to my page ...
1
1851
by: Brian D | last post by:
Take a look at this page. http://tempsite.texwipe.com/test/ The code is too long to post here so just look at the source. It works flawlessly in IE, but in Firefox not so much. Here is the situation. I am using the javascript property style.display to show and hide some div layers. These layer ids are Layer1, Layer2, Layer3, etc. Each link on the left controls what is shown or hidden. When they are clicked, the corresponding layer...
8
13516
by: Amit | last post by:
I have a master page and a content page but the stylesheet isnt getting applied like how it looks in visual studio design view. The master page is defined like this: <%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
12
5150
by: Eric Lindsay | last post by:
I have a web page at http://www.architectqueensland.com/index.html styled with http://www.architectqueensland.com/architect.css The site is valid HTML 4.01 Strict. The CSS is valid 2.1 except for use of the CSS3 text-shadow property. The side navigation on the pages displays basically as expected in Firefox, Opera and Safari. According to Browsershots, IE7 is also OK for navigation. The desired appearance is as Safari does it (same...
2
2303
by: melvinsdayout | last post by:
I have been having problems with IE 7 not responding to changes in the style sheet it is linked to. My problem is that my site looks good in Firefox, and was looking good in ie7 via an statement linking to an ie7.css page. I then created a ie.css page for other versions of ie to get ie6 looking ok using and link. Now I have the layout I want for ie6 and firefox, but ie7 has a gap between the navbar and the body, and nothing i change in my...
0
8382
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8802
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8658
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7405
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5682
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4384
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2792
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2028
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1787
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.