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.
|
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!
|