Jump to content

Peekaboo Problems on Site Doc Titles


markscarts

Recommended Posts

I had a peekaboo problem in IE after adding Estelle's Contact Form mod. The "Contact Us" title would not display. It was a very frustrating problem, but finally sorted out by specifying relative positions for both .boxContent in layout.css and .txtContentTitle in style.css

Neither of these blocks have "float" associated with them in stylesheets, but in the templates here and there the "float" and "align" attributes are often used with them.

Everything seems to be displaying fine now :homestar:

I would recommend adding "position: relative;" to these two classes in order to overcome similar problems anyone may be having in CubeCart.

Link to comment
Share on other sites

  • 3 weeks later...

Thanks Markscarts - that helped me immensely. It took me a bit of time to figure out your solution, so for others...

If you are having problems with the home page latest products border disappearing... go to your layout.css file and find the line:

.boxContent

at the bottom, just add

position: relative;

Like this:

}

.boxContent {

border-top: 3px solid #26478E;

border-right: 1px solid #cccccc;

border-bottom: 1px solid #cccccc;

border-left: 1px solid #cccccc;

padding: 3px;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 75%;

color: #333333;

margin-bottom: 5px;

position: relative;

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...