I am trying to create an interface for clients to send newsletters through mailing lists. for the past few weeks I have been exploring options though i still feel a bit lost.
First I tried to setup a drupal site with a newsletter module installed. I was successful at creating the basic site though learning drupal seemed like a rather large task and the end result seemed not so user friendly.
Next I explored PHPList...
User Profile
Collapse
-
Looking for a little Advice
-
100% height works only if content does not scroll past page bottom
Hi I have created a site with a container div that has a bg image of a drop shadow. I want this to have a height of 100%. I have assigned the body and container divs the property height:100%. This works. However, if the content, inside the container div, expands past the window height and creates a scrollbar this container will not expand with it. The pages can be found here:
http://www.doclommen.c om/index2.php
http://www.doclommen.c om/css/layout.css... -
Alignment error IE
I am having trouble with a little alignment in IE. If you open the following page in firefox it looks fine. There is a div with a blue bg and login form at the top. below that a div with the site navigation (links) and below that should be the content. The problem in IE is that the content is covering the site navigation. I'm stuck, i have validated the css and html.
www.jeannefligh t.com/IMM -
Help with a function
I am in the process of building an Image Gallery. I have created an array "thumbs" and also a mc in my library called thumbnail (this has a UILoader and ProgressBar); I have sucessfully loaded the small images by creating a new thumbnail instance and storing it into an array. I have also created a Mouse Over EventListener onto each array element. My next goal is to have the mouse over call a specific picture. Right now it calls the image... -
AS3 Tweening
I have created a movieclip reel_mc with a bunch of images lined up next to each other. This mc has a mask so only one image will be seen. I am now hoping that when i click on the button arrow_btn the mc will slide over so the next one is under the mask. After doing some research i came to the conclusion that using AS3 and the tween class would be the best approach. Heres what i have so far:
Code:import fl.transitions.*; import
-
overlapping layers
I am trying to understand overlapping layers and am having some trouble.
www.jeannefligh t.com/funtrips/index.php
I would like the two red boxes to fit next to each other inside of the "bot" div. I would also like the two red boxes to completely fill the "bot" div (width). The problem arises from the "boat" div. I repositioned this layer and put it on a new z-index. However it still takes up space... -
You the man... Thanks -
Space between top and bottom div?
Hi,
Working on another site and am having a little spacing issue.
The problem should be pretty obvious. Here is the site:
www.jeannefligh t.com/funtrips
I need the top div to sit directly on the mid div, so the picture is not broken.
Thanks,
Shawn -
Thanks, that fixed that problem. I am almost finished with the layout just a couple more questions.
1)The top div and 2nd div do not seem to be aligning correctly. The faded yellow line should be closer (up) to the image that says jeanneflight. If i add a border to the divs they align correctly. Without the border they will align if there is enough content to squish them together. Check out the photos page vs the other pages.
...Leave a comment:
-
Fixed the background image!!!
One more thing i noticed, there seems to be a space between the banner and the image that says jeanne flight underneath. I tried a few things border:none margins:0px; padding:0px; none of these seem to work.Leave a comment:
-
Thanks, its alot closer to what im looking for. I think i understand most of the changes. Im assuming this centers the content with a width of 850px:
Code:body{ margin:0 auto; width:850px; background-color:#000 }
I put some space between the 4 menu images, though i'm sure there is a better way to approach that as well.
Also, the background image is still...Leave a comment:
-
I made a little more progress.
I created a div(class=bg) which holds the background image. Nested inside this are 2 divs, menu and content.I want to have them side by side inside of the div(class=bg). Instead they are stacking above one another.
With firefox my background image does not appear (works in safari).
Also, Should i be using XHTML, Strict, or Transitional? Transitional seemed to removed my...Leave a comment:
-
Thanks, im using dreamweaver as a code editor and it through the xhtml automatically, i switched to transitional and the code is validating. Though i still am having the error with the image alignmentLeave a comment:
-
A little help for a beginner
So i posted something a minute ago and it seems to have been erased? Anyways I am having some trouble with a site of mine. I am progressing though i seem to have a couple of problems.
First off IE hangs when the page is loading.
Secondly There should be a br in between the 4 images on the left, however they seem to stack on top of each other.
Also I fixed a doctype related error and was wondering the... -
Converting tables layout to table-less
Hey everybody. I am trying to convert a website that was built using tables into one with using div tags. Not as easy as i thought. Heres the site
http://www.jeanneflight.com/JF -- CSS layout
http://www.jeanneflight.com/JF/tables -- table layout
My problems relating to first link:
1 Internet explorer crashes
2 The background image for the second div does show up
3 Alignment: The First Div contains... -
Did you mean export for actionscript? I have that checked. The other option wanted a url? anyways i posted my file online. Its extremely small and simple. Could someone please check it out and let me know? Thanks
www.jeannefligh t.com/xmltest.flaLeave a comment:
-
duplicate Mc
Code:_root.text_mc.duplicateMovieClip("test",1); _root.test._x="10"; _root.test._y="10";
... -
-
Help with simple XML
So i created an XML file with php. here is the result:
<mbInfo>
<post date="2007-10-13">
<name>1</name>
<email>11</email>
<location>111 </location>
<message/>
</post>
<post date="">
<name/>
<email>22</email>... -
Dynamic Text problem
Hi,
I am having trouble loading dynamic text with html content specifically
<br>. If i have the rendered as html option checked the bold property of the font i initially set goes away and instead of making new line the <br> is replaced with br (no brackets). am i doing something wrong?
heres the code:
Code:popinfo = _root.txt_tour.show_mc.show_txt; showPop1_btn.onRollOver= function(){
No activity results to display
Show More
Leave a comment: