Welcome Guest Search | Active Topics | Sign In | Register

div position: relative (CSS) Options
Demo Account
Posted: Tuesday, June 29, 2010 9:34:57 AM
Rank: Newbie
Groups: Member

Joined: 4/8/2010
Posts: 1
Hello I have a problem with one of the div-s which had set position:relativ, and I want to change it. The div does not have an Id, it looks like that: "<div style="position:relative;height:100%;">" This div is in a Table->Tbody->tr->td-><div style="position:relative;height:100%;">
So I want to change that position! can I do it and how?

Actually I try to do it like that:

div.some_name table tbody tr td div {
position: static;
}

But when I check the style it shows me that the style attributes are:
height: 100%
position: relative;


div.some_name table tbody tr td div
position: static;

Ans I see that something override the position:static, because is with a line on it (scratched)

Can you tell me how can I do the change of that position?

Thank you in advanced.

eo_support
Posted: Tuesday, June 29, 2010 9:38:54 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Please try to:

1. Post with your own account instead of using the built-in demo account. We are not able to track an issue with the built-in demo account because everybody can use that account;

2. Please also clarify whether your question is related to our product or not. We do not provide support for general Web or ASP.NET programming questions;

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.