Have you compared the HTML source code in both browsers? And are they the same? Enjoy, John
On Apr 15, 12:54 pm, sebb86 <[email protected]> wrote: > Hello, > i want to show an element in a table cell. > > [element code] > <?php echo $html->link($html->image("edit.png", array("alt" => > "Editieren")), array("controller" => $contr, "action" => "edit", > $row[$class]['id']), array('class' => 'edit', "title" => "Editieren"), > false); ?> > [/code] > > [code in view] > <td><?php echo $this->element('options', array( "contr" => > 'dns_names', "class" => 'DnsName', "row" => $dns_name)); ?></td> > [/code] > > This works in Firefox 3.6 but not in my Internet Explorer 8. Do > somebody know why it dont works? > Mybe it needs some CSS attributes like "position" or something else? > > Thanks a lot! I spend lots of hours but cant get it working :( Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en To unsubscribe, reply using "remove me" as the subject.
