So I have two main divs on my website that are side by side. I have a table in the main div with images. What I want is on rollover of the images in the table to have the rollover image display on...
Type: Posts; User: apriljoanne; Keyword(s):
So I have two main divs on my website that are side by side. I have a table in the main div with images. What I want is on rollover of the images in the table to have the rollover image display on...
Here's my table code:
<table bgcolor="#ffffff">
<tr>
<td><a href="http://apriljoanne.myitworks.com/shop/product/322/" class="fancybox fancybox.iframe"><img...
Thank you! It worked! I had a similar code that half worked but couldn't figure out why it disappeared toward the footer of the page. I needed to add a z-index. I didn't think to add a border for...
I want to create a contact div that is always on the bottom right of the screen and scrolls with the page. Can I do this in css? I am hesitant to use javascript because I have only been able to...
Nevermind! Figured soemthing out on my own this time haha :) Thanks for the help
So now I'm trying to edit the text for the sub-menu. I want the font smaller and the box smaller as well. I tried adding a ul.submenu but the styling didn't stick. Any suggestions?
Thanks for your help. So now the positioning is right, but it's not a link and if I try to click it it goes away.
Darn, it didn't work. I tried putting it in the style sheet first, then I also tried putting it in the <head> section like you typed. I even took out the other styling around it. I'm stumped.
I don't know why this code is giving me so many problems. It's like I change one thing and EVERYTHING stops working. Ugh. Okay, so I gave up on the slider but I want sub-navigation menus on my nav...
so I tried adding the button class back in but I can only have one class attribute and the link doesn't work right without the fancybox one. Is there a way to add the attributes into the fancybox...
Thank you, I will try that! So I can have both the button and fancybox class? I've never had 2 on the same tag so wasn't sure.
Back to original question- can anyone help me out?
got it! Thanks I'm trying to work around my baby's schedule so was in a hurry to get it done. Sorry, I will try to be more patient next time. :)
I understand basic HTML codes but I'm not great at it... anyway, I have a website I am trying to get a link to pop-up within the window, which I have successfully been able to do with Fancybox. But...