Jump to content

TriAdX

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by TriAdX

  1. Please take a look at my index page at <a href="http://www.forevertreasuredphotography.com">http://www.forevertreasuredphotography.com</a>Please look at it in both IE and Firefox. If you look under the menu on the IE version, you will see "###############Childbirth | Maternity | New Born | Wedding | Event | Portraits"this is my submenu. I put the #'s in so that you can see whats going on in firefox. First firefox seems to be pushing the div down and under the Flower image.. why is this?below is my entire header code: <img src="images/BannerTop.jpg" width="900" height="24" alt=""><a href="http://www.forevertreasuredphotography.com"><img src="images/BannerMid.jpg" alt="" width="479" height="29" border="0"/></a><a href="AboutUsHome.htm"><img src="images/btn_AboutUs.jpg" alt="" width="90" height="29" border="0"/></a><a href="GalleryHome.htm"><img src="images/btn_Gallery.jpg" alt="" width="80" height="29" border="0"/></a><a href="ContactHome.htm"><img src="images/btn_Contact.jpg" alt="" width="82" height="29" border="0"/></a><a href="ArticlesHome.htm"><img src="images/btn_Articles.jpg" alt="" width="79" height="29" border="0"/></a><img src="images/btn_space.jpg" width="19" height="29" alt=""/><a href="LinksHome.htm"><img src="images/btn_Links.jpg" alt="" width="71" height="29" border="0"/></a><div><img src="images/BannerMid2.jpg" alt="" width="479" height="17" hspace="0" vspace="0" align="left"/></div><div id="submenu" style="width:421px; height:17px;">###############Childbirth | Maternity | New Born | Wedding | Event | Portraits</div> if i put each tag on a seperate line to try and orginize it, it screws up IE and puts a line between each row (i dont know why this is either)some feedback on the Submenu is what I am really looking for... why does firefox move it down to the next line and put it under my image (which is in a table by the way)I also noticed that the background image that I use on the submenu div does not display in firefox... what gives?Thanks again guys,Ken P
  2. I know that even if a window doesnt have focus.. the rollovers still work... I opened a window ontop of a window with basic image rollovers and made the other window have focus.. upon rolling over the back window (without focus) the rollovers still worked.
  3. please check out http://www.forevertreasuredphotography.com/index.htmIn IE my div is pushed to the right of my image that is aligned left. The text followsin Firefox my div stays under the image and my text wraps around the image...What gives?How can i make it so it displays like the IE one in Fire fox.I know i could use position:absolute for everything.. but i'd rather not.Let me know! Thanks!
  4. you cant name the pop up window upon opening it and then call an element or object within the named window?
  5. What I want to do is click a link to open a new window.In my original window be able to roll over mulitple links or images and make the content in my popup change.its a basic rollover but instead of the link changing i want content in a child window to change.any help? or any scripts?
  6. TriAdX

    Filter Help

    is there any other way to do this????
  7. TriAdX

    Filter Help

    is what I am trying to do not possible??
  8. TriAdX

    IE vs Firefox

    Like i said.. i kinda combined a few elements from some pages and it screwed me all upi used to use tables alot but have been recently moving towards divs.. however, i have never used divs for image layout.. i usually just use photoshop/imagereadys slices (that endup in tables)this is why i need someone to go through and fix it up so that its proper... (id like to use divs since its kinda the new standard)
  9. TriAdX

    IE vs Firefox

    I appriciate your help on this... it is still displaying wrong in firefox... it looks better (no spaces in the header) but the text box's are still messed up. and now the IE version has spaces in the header...i hate this
  10. TriAdX

    IE vs Firefox

    ok i changed that td's background to use a style (i dont see how this ONE td background image is screwing up the whole thing... cause i have a ton more that use <td background="image.jpg"> but ok)I still need help fixing it in firefox and other browsers...
  11. TriAdX

    IE vs Firefox

    all of my <script> are closed there were 4 (2 functions at the top and then 2 references in my body (the email seperator for spam) I went ahead and put both functions in the same script tag.. so maybe that fixed it...if you view my code you will see there is a </script> for each <script> tag... so i guess ima t a loss
  12. TriAdX

    IE vs Firefox

    wow... i guess my page really is a mess... I had copied parts from another page and didnt realize that regular HTML and Xhtml are really THAT different. I tried changing my doc type to html 4.0 and it freaked my page out...can anyone help me convert what i have (if you view it in IE 6.0 it looks how i want it) into something that actually works across browsers and is written in the same doc type? (just the index.htm page.. i can make the changes to the rest of the site myself once i have a proper home page to work from) please?
  13. TriAdX

    Filter Help

    I did what you suggested and it still displays opacity on the images... even with .textblock img { filter: alpha(opacity=100); }i dont get it.. anyone with some ideas????
  14. TriAdX

    Filter Help

    Thank you for the constructive critisism, it really helped me solve my filter problem. Does anyone else have any help?
  15. Can someone please take a look at:http://www.forevertreasuredphotography.com/in IE and then in Firefox..i dont know how to fix the firefox issues...whats causing the top table rows to space and how can i get the large textbox to alight correctly?
  16. TriAdX

    SQL Query

    hahaha exactly what im lookin for in my post 2 min ago!
  17. I have 3 tables..Category, Product and Product_Categorythe product_category table is a 2 colum table with cat_id and Product_id which is used to link products to the catsI want to be able to pull ALL cat_ids that do NOT have a product in them...this could occur a few different ways:category with an entry in product_category table but no product in the product tablecategory with NO entries AT ALL in the product_category.I need 2 queries.. one that pulls all cats with NO entry in the product_category tableand one that pulls all cats with and entry in the product_category table but NO product existing in the product table..someone please help
  18. TriAdX

    Filter Help

    Im sorry.. just goto http://www.forevertreasuredphotography.com/its the main page!thanks guys!
  19. TriAdX

    Filter Help

    ok here is my site:http://www.forevertreasuredphotography.com/index.htmlThe text boxes are divs with the following code:<div style="width:0px;padding:4px;filter:shadow(color:black, strength:5, direction:135);"> <div style="width:860px;height:80px;text-align:left;padding:2px;filter:alpha(opacity=50); background-color:white;border:1px solid black;font-size:12px;color:#000066"> TEXT AND IMAGES</div></div>The text box has a drop shadow as well as the opacity turned down... I like the see through effect, it also lessens the harshness of the text. BUT i DONT like how my 2 smaller images (since they are in the text box) are also transparent.. Is there any way to make it "override" with a different opacity setting.. or to exclude them from the style sheet?
×
×
  • Create New...