Jump to content

Peekaboo Category Titles


Guest Jule$

Recommended Posts

Just spent days going through all the posts ref peekaboo and trying all fixes given, thanks to all those who had posted on this but unfortunately nothing fixed it.

As a last resort I just started playing around with layout.css and changed the following from

#subCats {

	background-color: #FFFFFF;

	text-align: center;

	border: 1px solid #660000;

	margin: 0px;

	padding: 3px;

	float: left;

		  width: 387px;

		margin-top: 10px

	positon: relative;




to




#subCats {

	background-color: #FFFFFF;

	text-align: center;

	border: 1px solid #660000;

	margin: 0px;

	padding: 3px;

	float: centre;

	width: 387px;

	margin-top: 10px

	positon: relative;

Don't know why (don't know much about code) but changing the

float: left;

to

float: centre;

in the Stylesheets/layout.css

solved the problem for me.

I just hope this post helps someone else.

Jules

Added by Vrakas as in the last post by Convict.

Correct css entry is without any float property in #subCats - just delete it.

Edited by Jule$
Link to comment
Share on other sites

Don't know why (don't know much about code) but changing the

float: left;

to

float: centre;

in the Stylesheets/layout.css

solved the problem for me.

As i have mentioned above, the problem is solved because float:centre doesnt exist. The result is the same as float: left is removed because browser does not recognize center or centre as value of float property.

Correct css entry is without any float property in #subCats - just delete it.

Link to comment
Share on other sites

  • 9 months later...

I realise it's the

position: relative;

that helped make it work for me. I have some problem initially as the 'position' was mis-spelled as 'positon' as I as a newbie has no idea what it means so I just copy exactly. Later when I search the CSS library than I realise it means 'position'. Thanks for the help, it finally fixed my IE problem.

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