Ahhh you see, Im a designer so my brain works differently! The idea behind the naming was so I could easily reference which bits of conditions should go where in between the HTML, I thought it was logical.
Announcement
Collapse
No announcement yet.
menu + ie6 & comments + actinic = aghhhh
Collapse
X
-
Shane,
You might find the Starter Guide page 73; "Exercise - Creating a New Variable" and page 86; "Inserting Variables" worthwhile. Start / All Programs / Actinic v9 / and there it is.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Originally posted by NormanRouxel View PostShane,
You might find the Starter Guide page 73; "Exercise - Creating a New Variable" and page 86; "Inserting Variables" worthwhile. Start / All Programs / Actinic v9 / and there it is.
<!--[if lte IE 7]>
<link href="ie.css" rel="stylesheet" type="text/css" />
<![endif]-->
To fix a problem with the padding on the menu, it looks okay in Actinic, if i prevew the site in IE it's grand. when uploaded the menu goes awry in IE. (fine in FF).
I added it to a variable and added that variable but when uploaded it's not working, so i'm thinking i must have done something wrong.
Originally posted by DarrenSpink View PostShane, what do you need a shot of? The html with the variables? Or the variable window?
Send us a pm if you can't post urls in public.
Thanks for the replies lads.
Comment
-
Originally posted by leehack View PostCan't you just serve up different stylesheets instead of inline code? You can also talk direct to IE6 using the * html hack, so maybe you don't even need different stylesheets. What is the problem you are trying to overcome and can you provide a live URL as it will make it much easier to correct?
Fixed it by using:
* html #mainmenu li ul {margin-top:0px;}
Comment
-
Originally posted by shaneod View PostLee that's worked a treat for me. Problem solved lads, thanks for the replies.
Fixed it by using:
* html #mainmenu li ul {margin-top:0px;}
That was a completely different issue to mine anyway. Darren, your building it up like a joke everyone asks to hear in a group, then isn't funny anymore...its not that special, but I will post it when the site goes live.
Comment
Comment