<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: CSS Conflict creating problems</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: CSS Conflict creating problems</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 06:34:51 +0000</pubDate>

<item>
<title>tkdsite on "CSS Conflict creating problems"</title>
<link>https://www.machform.com/forums/topic/css-conflict-creating-problems#post-4405</link>
<pubDate>Sat, 24 Jan 2009 21:39:15 +0000</pubDate>
<dc:creator>tkdsite</dc:creator>
<guid isPermaLink="false">4405@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks - this actually worked. It's definitely a better solution but hopefully you can implement the suggestion! Great support, thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "CSS Conflict creating problems"</title>
<link>https://www.machform.com/forums/topic/css-conflict-creating-problems#post-4400</link>
<pubDate>Sat, 24 Jan 2009 10:56:30 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">4400@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Oh, I just realized that #footer is not being used for embedded form.&#60;br /&#62;
So, the best solution for now is to remove the entire #footer style from your form's view.css file.&#60;/p&#62;
&#60;p&#62;I think this one is better than modifying your style.css
&#60;/p&#62;</description>
</item>
<item>
<title>tkdsite on "CSS Conflict creating problems"</title>
<link>https://www.machform.com/forums/topic/css-conflict-creating-problems#post-4399</link>
<pubDate>Sat, 24 Jan 2009 10:48:31 +0000</pubDate>
<dc:creator>tkdsite</dc:creator>
<guid isPermaLink="false">4399@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yuniar - thanks for the reply but I wonder whether changing the style.css file is going to affect anything else on the site. The input forms are one very small but important area. I know that my coder gets very fussy about these things!&#60;/p&#62;
&#60;p&#62;My thoughts were the same as everyone else here in my frustration that the footer was named just &#34;footer&#34; and would obviously conflict with css files on almost any site. This is one of those reasons why I rarely use encoded scripts because simple changes like this might not be able to be made in the script itself - although I can't say for sure in this case. I'd love to see this changed as soon as possible and some of the other suggestions here put into effect, e.g. jdancisin's cascade usage.
&#60;/p&#62;</description>
</item>
<item>
<title>jdancisin on "CSS Conflict creating problems"</title>
<link>https://www.machform.com/forums/topic/css-conflict-creating-problems#post-4394</link>
<pubDate>Fri, 23 Jan 2009 22:51:30 +0000</pubDate>
<dc:creator>jdancisin</dc:creator>
<guid isPermaLink="false">4394@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Another thing that can be done is to edit the machform css so that all references to the #footer are more targeted... instead of &#34;#footer&#34; use &#34;.appnitro #footer&#34;&#60;/p&#62;
&#60;p&#62;Its all about the cascade.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "CSS Conflict creating problems"</title>
<link>https://www.machform.com/forums/topic/css-conflict-creating-problems#post-4390</link>
<pubDate>Fri, 23 Jan 2009 20:41:16 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">4390@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;tkdsite -- try this, edit your style.css (your page css)&#60;br /&#62;
adjust your #footer code to become like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#footer {
	background-color:#FFFFFF;
	border-top:4px solid #E3E3E3;
	color:#6A6B69 !important;
	font-size:11px !important;
	margin:0 auto;
	padding:10px;
	text-align:right !important;
	width:980px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and also this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#footer a {
	border-bottom:medium none !important;
	color:#366799 !important;
	font-weight:bold;
	text-decoration:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I agree with Pangdene that MachForm should use its own prefix and not using generic id name such as &#34;#footer&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>Pangdene on "CSS Conflict creating problems"</title>
<link>https://www.machform.com/forums/topic/css-conflict-creating-problems#post-4387</link>
<pubDate>Fri, 23 Jan 2009 20:05:02 +0000</pubDate>
<dc:creator>Pangdene</dc:creator>
<guid isPermaLink="false">4387@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is this anything to do with clashing of CSS styles between the form style sheet and your site stylesheet.&#60;/p&#62;
&#60;p&#62;I've had similar problems without using iframes.&#60;/p&#62;
&#60;p&#62;It would be cool if all the machform css styles had a fixed prefix or suffix to them, e.g. '#footer_machform'?&#60;/p&#62;
&#60;p&#62;P
&#60;/p&#62;</description>
</item>
<item>
<title>tkdsite on "CSS Conflict creating problems"</title>
<link>https://www.machform.com/forums/topic/css-conflict-creating-problems#post-4379</link>
<pubDate>Fri, 23 Jan 2009 03:37:35 +0000</pubDate>
<dc:creator>tkdsite</dc:creator>
<guid isPermaLink="false">4379@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Any luck with this one? I'd love to fix this problem and I'm sure I'm one of many people with this issue.
&#60;/p&#62;</description>
</item>
<item>
<title>tkdsite on "CSS Conflict creating problems"</title>
<link>https://www.machform.com/forums/topic/css-conflict-creating-problems#post-4366</link>
<pubDate>Thu, 22 Jan 2009 15:52:45 +0000</pubDate>
<dc:creator>tkdsite</dc:creator>
<guid isPermaLink="false">4366@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Try this one:  &#60;a href=&#34;http://tiniuri.com/?c=XAc&#34; rel=&#34;nofollow&#34;&#62;http://tiniuri.com/?c=XAc&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see on the footer, the footer is all messed up. If you go to this, the footer is fine but it uses and iframe:&#60;/p&#62;
&#60;p&#62; &#60;a href=&#34;http://tiniuri.com/?c=ZAc&#34; rel=&#34;nofollow&#34;&#62;http://tiniuri.com/?c=ZAc&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "CSS Conflict creating problems"</title>
<link>https://www.machform.com/forums/topic/css-conflict-creating-problems#post-4073</link>
<pubDate>Sat, 27 Dec 2008 08:49:24 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">4073@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Can you post the URL to your page?
&#60;/p&#62;</description>
</item>
<item>
<title>tkdsite on "CSS Conflict creating problems"</title>
<link>https://www.machform.com/forums/topic/css-conflict-creating-problems#post-4070</link>
<pubDate>Fri, 26 Dec 2008 13:52:58 +0000</pubDate>
<dc:creator>tkdsite</dc:creator>
<guid isPermaLink="false">4070@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Unfortunately, when using the PHP insert onto my pages, I've noticed that my footer gets messed up. The only way it works is to use the iframe option, which is really not preferable for many reasons. The challenge I'm having is that there is no way I can change the css for the footer of my web sites since that would involve a lot of work. It's much easier to just find and change what isn't working in the MachForm.&#60;/p&#62;
&#60;p&#62;Now here's the problem. I can't change any of the CSS variable names because, from what I understand, MachForm is partially encoded and I'm guessing that this would involve way too much work. Is there something you might be able to suggest?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
