Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...CSS graphic overlap issueCSS graphic overlap issue
Previous
 
Next
New Post
5/29/2007 6:10 PM
 



If you go to the following URL you will notice a menu bar aligned to the top of the page.

http://site421.mysite4now.net/richregister/dnn/


However, the original HTML version doesn't have this problem.

I am using CSS to display the top graphics. In fact the top graphics that you see in the upper left hand side is done by the following:

 


<div id="headerrow1">
<table>
<tr>
<td></td>
</tr>
</table></div>


<div id="headerrow_C">
<table>
<tr>
<td></td>
</tr>
</table></div>


I then simply use body background and table background to place the graphics. The menu bar is NOT in a DIV or controlled by my custom CSS file. For information I've pasted my CSS file at the bottom.

The menu (now at the top) should be right below all of that and left aligned. It is in the HTML version but not there. Any ideas on how to get it to behave?

Any help is appreciated.

Joe.


body {postion: absolute; background: url(images/topbar1.gif) repeat-x left top; height: 33px; left: 0px; top: 0px ;width:100%;z-index:0 ;}
p {}
td {}
#headerrow h1 { postion: absolute; background: url(images/Richecho_logo_left.jpg) no-repeat left top; height: 129px; left: 40px; top: 0px; width: 132px ;z-index:0 ;float: left; clear: right;}
#headerrow h2 { postion: absolute; background: url(images/topbar1.gif) left top; height: 33px; left: 0px; top: 0px;z-index:1; }
#headerrow p { background: url(images/topbar1.gif) repeat-x left top; height: 33px; left: 400px; top: 0px;z-index:2}

#headerrow1 table { postion: absolute; background: url(images/Richecho_logo_left.jpg) no-repeat left top; height: 129px; left: 0px; top: 0px; width: 132px ;z-index:1 ;float: left; clear: right}

#headerrow_C table { postion: absolute; background: url(images/RichEcho_logo_Right.jpg) no-repeat left top; height: 129px; left: 0px; top: 0px; z-index:2; width:155px ;float: left; clear: right }

 
New Post
5/29/2007 6:46 PM
 

 

I have more information. Actually, the page looks good in IE but not in Firefox.

 

What a shock huh?

If anyone has an idea let me know.

Joe

 

 
New Post
5/31/2007 6:18 PM
 

IE is displaying your CSS incorrectly (as usual )

you have this :

#headerrow_C table {skin.css (line 10)
background:transparent url(images/RichEcho_logo_Right.jpg) no-repeat scroll left top;
clear:right;
float:left;
height:129px;
left:0px;
top:0px;
width:155px;
z-index:2;}

in your CSS.

FLOAT:LEFT, that's why the menu apears next to the table.

Remove it and it should work...

 
New Post
6/3/2007 10:52 AM
 

 

Timo,

Thanks. That did the trick.

I thought maybe there was an issue with the CSS when DNN converted the HTML. I was misled by the fact that IE looked like it was working "correctly."   ... Not.

 

Thanks again. Joe.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...CSS graphic overlap issueCSS graphic overlap issue


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out