Quantcast
Channel: Adobe Community: Message List - hyperlinks within css
Browsing latest articles
Browse All 34 View Live

hyperlinks within css

hello all. i am stumped as to how to create a hyperlink within a css object.  basically have a box, within that box is text, i would like the entire box to be able to hyperlink not just the text.  i...

View Article



Re: hyperlinks within css

Show us the code for the box in question, please (or for the whole page for that matter). I think what you are trying to do is not supported by the DW UI, so you would have to accomplish it in the...

View Article

Re: hyperlinks within css

Never used it but simply wrapping the DIV with a hyperlink will validate as HTML5 <!doctype html><html><head><title>xxx</title></head><body><a...

View Article

Re: hyperlinks within css

If you aren't using an html5 doctype and have something like... <div id="box"><a href="page.html">Your link here</a></div> But you want the link on the entire container, you...

View Article

Re: hyperlinks within css

you can see the boxes that i want to link at www.fortunecookieplanet.com mainly the navbar buttons and also the links below each package type, i.e "12 cookies $10"right now the link is active but only...

View Article


Re: hyperlinks within css

you can see the boxes that i want to link at http://www.fortunecookieplanet.commainly the navbar buttons and also the links below each package type, i.e "12 cookies $10"right now the link is active but...

View Article

Re: hyperlinks within css

you can see the boxes that i want to link at http://www.fortunecookieplanet.commainly the navbar buttons and also the links below each package type, i.e "12 cookies $10"right now the link is active but...

View Article

Re: hyperlinks within css

Hi thefortunecookieguy, You don't have to reply to each user separately. (I wanted to delete copies of the post but refrained because the last time I did it, there was some collateral damage. ) To...

View Article


Re: hyperlinks within css

Jon's answer should work perfectly. Making the internal anchor tag display as a block tag, with height and width equal to the container's dimensions is exactly what you should do.

View Article


Re: hyperlinks within css

sorry for the multiple replies, my bad wasn't sure.  thanks for the info murray and jon. looking at my current code for the navbar what should the hyperlink code look like in both css and html? sorry...

View Article

Re: hyperlinks within css

There's nothing to see at this page? http://www.fortunecookieplanet.com

View Article

Re: hyperlinks within css

i swear things were much easier in frontpage And, unfortunately not only wrong, but unmaintainable. The CSS should look like this - .box a {     display:block;     height:20px;     width:100px;...

View Article

Re: hyperlinks within css

still don't get it.  here my current html and css, how should it look for the link? current link <div class="packageqty">12 cookies $10</div> link i want to link to...

View Article


Image may be NSFW.
Clik here to view.

Re: hyperlinks within css

Not sure why you are ignoring my suggestion above. All I did was change only your HTML to wrap the entire DIV, not just the text YOURS<div class="packageqty"><a target="_blank"...

View Article

Re: hyperlinks within css

works! not sure why yet but it works. isn't there some way to do this by just clicking one button instead of having to go through and recode it? is there not a setting on dw that just allows you click...

View Article


Re: hyperlinks within css

You're welcome. Sorry I don't have a recent version of DW.  If there is still a Property Inspector, just select the entire DIV and apply the desired link to it. I would have made the first DIV and...

View Article

Image may be NSFW.
Clik here to view.

Re: hyperlinks within css

I just wouldn't do it this way. Sorry. HTML<div class="packageqty"><a target="_blank" href="dozentraditionalcookies.html">12 cookies $10</a></div> CSS.packageqty a...

View Article

Browsing latest articles
Browse All 34 View Live




Latest Images