Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

All divs are supposed to be absolute
 

Axel Siebenwirth




quote this post edit post

IP Loged report this post

Old Post  09-15-05 - 12:53 AM  
Hi,

since all my divs are absolute I just declare this css:

div {
position:absolute;
}

But its not working. Seems as this does not do anything. All
of my divs behave as if no specific position behavior has been specified.

Why is that?

Best regards,
Axel Siebenwirth


Post Follow-Up to this message ]
Re: All divs are supposed to be absolute
 

Els




quote this post edit post

IP Loged report this post

Old Post  09-15-05 - 12:53 AM  
Axel Siebenwirth wrote:

> Hi,
>
> since all my divs are absolute I just declare this css:
>
> div {
>   position:absolute;
> }

I hope you don't have any content in those divs.

> But its not working. Seems as this does not do anything. All
> of my divs behave as if no specific position behavior has been specified.
>
> Why is that?

No idea.
I didn't look at your code.

--
Els                     http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: David Bowie - Alabama Song


Post Follow-Up to this message ]
Re: All divs are supposed to be absolute
 

David Dorward




quote this post edit post

IP Loged report this post

Old Post  09-15-05 - 12:54 AM  
Axel Siebenwirth wrote:

> since all my divs are absolute I just declare this css:
>
> div {
>   position:absolute;
> }

Not generally a good idea.

> But its not working. Seems as this does not do anything.

Given that you haven't (at least as far as you have said) specified left,
right, top or bottom properties, then I wouldn't expect any visible result.

--
David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Post Follow-Up to this message ]
Re: All divs are supposed to be absolute
 

Jim Moe




quote this post edit post

IP Loged report this post

Old Post  09-15-05 - 12:54 AM  
Axel Siebenwirth wrote:
>
> since all my divs are absolute I just declare this css:
>
> div { position:absolute; }
>
> But its not working. Seems as this does not do anything. All
> of my divs behave as if no specific position behavior has been specified.
>
You must position the div using top, left, bottom, right. Otherwise it
is absolutely positioned wherever it occurs in the flow.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


Post Follow-Up to this message ]
Re: All divs are supposed to be absolute
 

Gérard Talbot




quote this post edit post

IP Loged report this post

Old Post  09-15-05 - 09:26 AM  
Axel Siebenwirth a écrit :
> Hi,
>
> since all my divs are absolute I just declare this css:
>
> div {
>   position:absolute;
> }
>
> But its not working. Seems as this does not do anything.

Well, in absence of any specified top, left, bottom, right values, the
default are applied. So, top is auto and left is auto

All
> of my divs behave as if no specific position behavior has been specified.
>
> Why is that?

The divs are absolutely positioned and they all behave according to the
specific position you've given these: auto.

Gérard
--
remove blah to email me


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 06:21 AM. Post New Thread   
  Previous Last Thread   Next Thread next
Stylesheets archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top